Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 1.25 KB

TweetCreateRequest.md

File metadata and controls

30 lines (18 loc) · 1.25 KB

TweetCreateRequest

Properties

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]

Enum: ReplySettingsEnum

Name Value
FOLLOWING "following"
MENTIONEDUSERS "mentionedUsers"