createMediaMessage
Create and send direct messages on Twitter with media attachments, including images or videos, by specifying recipient, text, media ID, and optional alt text for accessibility.
Instructions
Send a direct message with media attachments
Input Schema
Name | Required | Description | Default |
---|---|---|---|
altText | No | Alternative text for the media (accessibility) | |
mediaId | Yes | The media ID of the uploaded media to attach | |
mediaType | No | MIME type of the media file | |
recipientId | Yes | The ID of the user to send the message to | |
text | Yes | The text content of the direct message |