| Field | Type | Required | Description | Example |
|---|---|---|---|---|
code |
?int | ➖ | HTTP status code | |
msg |
?string | ➖ | Response message | |
data |
array<Components\UserTweetItem> | ✔️ | Current page tweet items. | |
hasNextPage |
bool | ✔️ | Whether another page is available. | |
nextCursor |
?string | ➖ | Use this cursor to fetch the next page when has_next_page is true. | DAAHCgABHFeD5h9__-cLAAIAAAATMjAzODIzMzA5NTM4ODY4MDU5NAgAAwAAAAIAAA |
requestedCount |
int | ✔️ | Original count requested by the client. | |
effectiveCount |
int | ✔️ | Count after credit throttling was applied. | |
parsedCount |
int | ✔️ | Number of tweets actually parsed from the response. |