GetRetweetersCursorQuery
import { GetRetweetersCursorQuery } from "@twexapi-dev/x-api-scraper/models";
let value: GetRetweetersCursorQuery = {
tweetId: "<id>",
nextCursor:
"eyJpZCI6IjIwNjAwNTE1Mzg3OTQ0Mzg2NzciLCJmbG9ja0N1cnNvciI6IjQ2MTE2ODYwMTg2Mjg5ODcxNzkiLCJvcmlnaW5hbERpcmVjdGlvbiI6IkRlc2NlbmRpbmcifQ==-999995",
};
| Field |
Type |
Required |
Description |
Example |
tweetId |
string |
✔️ |
The ID of the tweet to get retweeters for. |
|
nextCursor |
string |
➖ |
Cursor returned by the previous page. Leave empty to fetch the first page. |
eyJpZCI6IjIwNjAwNTE1Mzg3OTQ0Mzg2NzciLCJmbG9ja0N1cnNvciI6IjQ2MTE2ODYwMTg2Mjg5ODcxNzkiLCJvcmlnaW5hbERpcmVjdGlvbiI6IkRlc2NlbmRpbmcifQ==-999995 |