Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.21 KB

CreateTweetRequest.md

File metadata and controls

30 lines (18 loc) · 1.21 KB

CreateTweetRequest

Properties

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]

Enum: ReplySettingsEnum

Name Value
FOLLOWING "following"
MENTIONEDUSERS "mentionedUsers"