Fetch one XChat media attachment and return a playable URL.
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
conversationId |
string | ✔️ | Conversation id from /v3/twitter/dm-history | 1928096185664843776:1989842918455291904 |
mediaHashKey |
string | ✔️ | Attachment media_hash_key from dm-history | blRIlZCVIO |
keyVersion |
?string | ➖ | Optional message key_version from dm-history (recommended). | 3 |
typeName |
?string | ➖ | Optional IMAGE/VIDEO/GIF hint | VIDEO |
filename |
?string | ➖ | Optional filename hint | clip.mp4 |
pin |
?string | ➖ | Identity PIN (default 1234). | 1234 |
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 |