| Name | Type | Description | Notes |
|---|---|---|---|
| directMessageDeepLink | String | Link to take the conversation from the public timeline to a private Direct Message. | [optional] |
| forSuperFollowersOnly | Boolean | Exclusive Tweet for super followers. | [optional] |
| geo | TweetCreateRequestGeo | [optional] | |
| media | TweetCreateRequestMedia | [optional] | |
| poll | TweetCreateRequestPoll | [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] |
| reply | TweetCreateRequestReply | [optional] | |
| replySettings | ReplySettingsEnum | Settings to indicate who can reply to the Tweet. | [optional] |
| text | String | The content of the Tweet. | [optional] |
| Name | Value |
|---|---|
| FOLLOWING | "following" |
| MENTIONEDUSERS | "mentionedUsers" |