TweetCreateRequestPoll
June 16, 2022 ยท View on GitHub
Poll options for a Tweet with a poll. This is mutually exclusive from Media and Quote Tweet Id.
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| durationMinutes | Integer | Duration of the poll in minutes. | |
| options | List<String> | ||
| replySettings | ReplySettingsEnum | Settings to indicate who can reply to the Tweet. | [optional] |
Enum: ReplySettingsEnum
| Name | Value |
|---|---|
| FOLLOWING | "following" |
| MENTIONEDUSERS | "mentionedUsers" |