Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 5.39 KB

File metadata and controls

12 lines (9 loc) · 5.39 KB

GetCommunityTweetsCursorResponse

Fields

Field Setter Type Getter Type Required Description Example
code long long ✔️ The status code of the response.
msg String String ✔️ The message of the response.
data List<TweetModel> List<TweetModel> ✔️ A list of tweet objects.
hasNextPage boolean boolean ✔️ Whether another page is available.
nextCursor @Nullable String JsonNullable<String> The next cursor of the tweets to get.
Supports tri-state: omit setter to leave unset, pass null to send explicit JSON null.
1234567890