import { GetAllTweetsRepliesCursorQuery } from "@twexapi-dev/x-api-scraper/models";
let value: GetAllTweetsRepliesCursorQuery = {
nextCursor: "1234567890",
screenName: "elonmusk",
};| Field | Type | Required | Description | Example |
|---|---|---|---|---|
nextCursor |
string | ➖ | Cursor returned by the previous page. Leave empty to fetch the first page. | 1234567890 |
screenName |
string | ✔️ | Twitter screen name of the target user (with or without @). | elonmusk |