Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 1.81 KB

File metadata and controls

22 lines (17 loc) · 1.81 KB

TimelinesUserPageRequest

Example Usage

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

let value: TimelinesUserPageRequest = {
  screenName: "axiaisacat",
  body: {
    nextCursor:
      "DAAHCgABHFeD5h9__-cLAAIAAAATMjAzODIzMzA5NTM4ODY4MDU5NAgAAwAAAAIAAA",
  },
};

Fields

Field Type Required Description Example
screenName string ✔️ Twitter screen name of the target user (with or without @). axiaisacat
body models.UserTimelinePageQuery ✔️ N/A