Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 1.87 KB

File metadata and controls

12 lines (9 loc) · 1.87 KB

GetListTweetsCursorResponse

Fields

Field Type Required Description Example
code int ✔️ The status code of the response.
msg str ✔️ The message of the response.
data List[models.TweetModel] ✔️ A list of tweet objects.
has_next_page bool ✔️ Whether another page is available.
next_cursor OptionalNullable[str] The next cursor of the tweets to get. 1234567890