Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.77 KB

File metadata and controls

19 lines (14 loc) · 1.77 KB

GetAllTweetsRepliesCursorQuery

Example Usage

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

let value: GetAllTweetsRepliesCursorQuery = {
  nextCursor: "1234567890",
  screenName: "elonmusk",
};

Fields

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