Parameters for getting DM history via XChat v3
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
recipient |
string | ✔️ | User id, @handle, conversationId a:b, or group g.... | 1928096185664843776:1989842918455291904 |
pin |
?string | ➖ | Identity PIN (default 1234). | 1234 |
count |
?int | ➖ | Max events per page (10–200, default 50). | 50 |
all |
?bool | ➖ | Follow has_more and return every page. | false |
before |
?string | ➖ | Oldest sequenceId for paging. Pass the previous page's oldest message sequence_id. | 2076684837654876160 |
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 |