Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 2.31 KB

File metadata and controls

10 lines (7 loc) · 2.31 KB

GetQuotesQuery

Fields

Field Type Required Description Example
TweetID string ✔️ The ID of the tweet to get quote tweets for.
Count int64 ✔️ Number of quote tweets to return (minimum 10, maximum 5000). 100
SortBy *components.GetQuotesQuerySortBy Sort order for quote tweets. Latest for chronological order or Top for ranked results.