Parameters for getting XChat conversation list
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
count |
?int | ➖ | Max conversations per page (10–200, default 20). | 100 |
all |
?bool | ➖ | Follow the inbox cursor and return every conversation (may be slow). | true |
cookie |
string | ✔️ | Twitter authentication cookie or Twitter auth_token, how-to-get-twitter-cookie | ct0=abc123... or 2c4a4e1832096aa694c739b83c83b6d96d43eba7 |
proxy |
?string | ➖ | Optional HTTP proxy. Example: http://username:password@ip:port | http://username:password@ip:port |