Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 899 Bytes

File metadata and controls

24 lines (12 loc) · 899 Bytes

TwitterPlatformData

Properties

Name Type Description Notes
replySettings ReplySettingsEnum Controls who can reply to the tweet. "following" allows only people you follow, "mentionedUsers" allows only mentioned users, "subscribers" allows only subscribers. Omit for default (everyone can reply). For threads, applies to the first tweet only. [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"