postTweetWithMedia
Upload and post a tweet with media attachments to Twitter using specified text, file path, and MIME type, ensuring accessibility with alt text for the media.
Instructions
Post a tweet with media attachment to Twitter
Input Schema
Name | Required | Description | Default |
---|---|---|---|
altText | No | Alternative text for the media (accessibility) | |
mediaPath | Yes | Local file path to the media to upload | |
mediaType | Yes | MIME type of the media file | |
text | Yes | The text of the tweet |