| Field | Type | Required | Description | Example |
|---|---|---|---|---|
Code |
int64 |
✔️ | The status code of the response. | |
Msg |
string |
✔️ | The message of the response. | |
Data |
[]components.TweetModel | ✔️ | A list of tweet objects. | |
HasNextPage |
bool |
✔️ | Whether another page is available. | |
NextCursor |
optionalnullable.OptionalNullable[string] |
➖ | The next cursor of the tweets to get. | 1234567890 |