direct_message_deep_link |
Text |
Tweets a link directly to a Direct Message conversation with an account. |
for_super_followers_only |
Boolean |
Allows you to Tweet exclusively for Super Followers. |
geo |
Tweet_Geo |
A JSON object that contains location information for a Tweet. You can only add a location to Tweets if you have geo enabled in your profile settings. If you don't have geo enabled, you can still add a location parameter in your request body, but it won't get attached to your Tweet |
media |
Tweet_Media |
A JSON object that contains media information being attached to created Tweet. This is mutually exclusive from Quote Tweet ID and Poll. |
poll |
Tweet_Poll |
A JSON object that contains options for a Tweet with a poll. This is mutually exclusive from Media and Quote Tweet ID. |
quote_tweet_id |
Text |
Link to the Tweet being quoted. |
reply |
Tweet_Reply |
A JSON object that contains information of the Tweet being replied to. |
reply_settings |
Text |
Settings to indicate who can reply to the Tweet. Options include "mentionedUsers" and "following". If the field isn’t specified, it will default to everyone. |
text |
Text |
Text of the Tweet being created. This field is required if media.media_ids is not present. |
possibly_sensitive |
Boolean |
Indicates if this Tweet contains URLs marked as sensitive, for example content suitable for mature audiences. |
lang |
Text |
Language of the Tweet, if detected by Twitter. Returned as a BCP47 language tag. |