Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 1.7 KB

File metadata and controls

19 lines (14 loc) · 1.7 KB

TimelinesUserRequest

Example Usage

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

let value: TimelinesUserRequest = {
  screenName: "axiaisacat",
  body: {},
};

Fields

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