Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 2.58 KB

File metadata and controls

13 lines (10 loc) · 2.58 KB

GetRepliesPageResponse

Fields

Field Type Required Description
code Optional[int] HTTP status code
msg Optional[str] Response message
root_tweet OptionalNullable[models.TweetModel] The focal tweet. Only present on the first page (when next_cursor is omitted).
data List[models.TweetModel] ✔️ Replies on the current page.
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.