Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 6.5 KB

File metadata and controls

16 lines (12 loc) · 6.5 KB

SendDmV3Query

Parameters for sending DM via XChat v3

Fields

Field Type Required Description Example
recipient string ✔️ User id, @handle, or a group id (g...) for an existing group. baker_donn80196
text string ✔️ Message body. hello from docs
mediaUrls array<string> Public URL of one image to attach (max 1). Mutually exclusive with video_url. [
"https://example.com/image.jpg"
]
videoUrl ?string Public http(s) URL of one video to attach (mutually exclusive with image). https://video.twimg.com/amplify_video/2077160248830275584/vid/avc1/320x568/kwNDLTm
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