Name | Type | Description | Notes |
---|---|---|---|
text | String | The content of the Tweet. | [optional] |
directMessageDeepLink | String | Link to take the conversation from the public timeline to a private Direct Message. | [optional] |
quoteTweetId | String | Unique identifier of this Tweet. This is returned as a string in order to avoid complications with languages and tools that cannot handle large integers. | [optional] |
forSuperFollowersOnly | Boolean | Exclusive Tweet for super followers. | [optional] |
reply | CreateTweetRequestReply | [optional] | |
media | CreateTweetRequestMedia | [optional] | |
poll | CreateTweetRequestPoll | [optional] | |
replySettings | ReplySettingsEnum | Settings to indicate who can reply to the Tweet. | [optional] |
geo | CreateTweetRequestGeo | [optional] |
Name | Value |
---|---|
FOLLOWING | "following" |
MENTIONEDUSERS | "mentionedUsers" |