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