Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 2.54 KB

File metadata and controls

20 lines (15 loc) · 2.54 KB

GetQuotesCursorQuery

Example Usage

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

let value: GetQuotesCursorQuery = {
  tweetId: "<id>",
  nextCursor: "scroll:thGQYTMwMjU5NDA4ODc4ODc6MjU5NDA4ODc4ODc6",
};

Fields

Field Type Required Description Example
tweetId string ✔️ The ID of the tweet to get quote tweets for.
sortBy models.GetQuotesCursorQuerySortBy Sort order for quote tweets. Latest for chronological order or Top for ranked results.
nextCursor string Cursor returned by the previous page. Leave empty to fetch the first page. scroll:thGQYTMwMjU5NDA4ODc4ODc6MjU5NDA4ODc4ODc6