| 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] |
| Name | Value |
|---|---|
| FOLLOWING | "following" |
| MENTIONED_USERS | "mentionedUsers" |
| SUBSCRIBERS | "subscribers" |