| 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. |