Parameters for quoting a tweet
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
MediaUrl |
string | ➖ | Single media URL: image, GIF, or video. Prefer media_urls for multiple images. | https://example.com/image.jpg |
MediaUrls |
List<string> | ➖ | Media URLs to attach (max 4 images, or 1 GIF, or 1 video). Cannot mix GIF/video with other media. | [ "https://example.com/image1.jpg", "https://example.com/image2.jpg" ] |
TweetContent |
string | ✔️ | Content of the tweet to post | Hello, Twitter! 🐦 |
DelegatedAccountUsername |
string | ➖ | delegated account username | elonmusk |
Cookie |
string | ✔️ | Twitter authentication cookie or Twitter auth_token, how-to-get-twitter-cookie | ct0=abc123... or 2c4a4e1832096aa694c739b83c83b6d96d43eba7 |
CommunityName |
string | ➖ | Name of Twitter community to post in or community id | Python Developers or 1234567890123456789 |
QuoteTweetUrl |
string | ➖ | URL of tweet to quote | https://twitter.com/user/status/1234567890123456789 |
Proxy |
string | ➖ | The proxy to use.Please use high-quality residential proxies and avoid free proxies.Required.Example: http://username:password@ip:port . You can get proxy from: https://app.proxy-cheap.com/r/qiMxub | http://username:password@ip:port |