Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 4.85 KB

File metadata and controls

11 lines (8 loc) · 4.85 KB

TrendingTweetsRequest

Fields

Field Setter Type Getter Type Required Description
country String String ✔️ Country name or slug returned by /twitter/global-trending/countries
topic @Nullable String JsonNullable<String> Optional topic name or slug returned by /twitter/global-trending/topics
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
content @Nullable String JsonNullable<String> Optional content tag returned by /twitter/global-trending/contents
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
count @Nullable long Optional<long> Maximum number of tweets to return.