Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.53 KB

File metadata and controls

21 lines (16 loc) · 1.53 KB

CommunitiesTweetsRequest

Example Usage

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

let value: CommunitiesTweetsRequest = {
  communityId: "<id>",
  tweetType: "Top",
  targetCount: 822421,
};

Fields

Field Type Required Description
communityId string ✔️ N/A
tweetType operations.TweetType ✔️ N/A
targetCount number ✔️ N/A