import { SearchCommunityTweetsQuery } from "@twexapi-dev/x-api-scraper/models";
let value: SearchCommunityTweetsQuery = {
communityId: "<id>",
targetCount: 130395,
query: "<value>",
};| 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. |