Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 3.15 KB

File metadata and controls

20 lines (15 loc) · 3.15 KB

GetRetweetersCursorQuery

Example Usage

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

let value: GetRetweetersCursorQuery = {
  tweetId: "<id>",
  nextCursor:
    "eyJpZCI6IjIwNjAwNTE1Mzg3OTQ0Mzg2NzciLCJmbG9ja0N1cnNvciI6IjQ2MTE2ODYwMTg2Mjg5ODcxNzkiLCJvcmlnaW5hbERpcmVjdGlvbiI6IkRlc2NlbmRpbmcifQ==-999995",
};

Fields

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