Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.25 KB

File metadata and controls

26 lines (14 loc) · 1.25 KB

TwitterPlatformData

Properties

Name Type Description Notes
replyToTweetId String ID of an existing tweet to reply to. The published tweet will appear as a reply in that tweet's thread. For threads, only the first tweet replies to the target; subsequent tweets chain normally. [optional]
replySettings ReplySettingsEnum Controls who can reply to the tweet. "following" allows only people you follow, "mentionedUsers" allows only mentioned users, "subscribers" allows only subscribers, "verified" allows only verified users. Omit for default (everyone can reply). For threads, applies to the first tweet only. Cannot be combined with replyToTweetId. [optional]
threadItems List<TwitterPlatformDataThreadItemsInner> Sequence of tweets in a thread. First item is the root tweet. [optional]

Enum: ReplySettingsEnum

Name Value
FOLLOWING "following"
MENTIONED_USERS "mentionedUsers"
SUBSCRIBERS "subscribers"
VERIFIED "verified"