Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 2.42 KB

File metadata and controls

12 lines (9 loc) · 2.42 KB

GetAllTweetsRepliesCursorResponse

Fields

Field Type Required Description Example
code Optional[int] HTTP status code
msg Optional[str] Response message
data List[Nullable[models.TweetModel]] ✔️ Current page items (tweets and replies).
has_next_page bool ✔️ Whether another page is available.
next_cursor OptionalNullable[str] Use this cursor to fetch the next page when has_next_page is true. 1234567890