Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 959 Bytes

File metadata and controls

21 lines (16 loc) · 959 Bytes

SearchCommunityTweetsQuery

Example Usage

import { SearchCommunityTweetsQuery } from "@twexapi-dev/x-api-scraper/models";

let value: SearchCommunityTweetsQuery = {
  communityId: "<id>",
  targetCount: 130395,
  query: "<value>",
};

Fields

Field Type Required Description
communityId string ✔️ The ID of the community.
targetCount number ✔️ The number of tweets to search.
query string ✔️ The query to search for.