Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 609 Bytes

Poll.md

File metadata and controls

27 lines (15 loc) · 609 Bytes

Poll

Represent a Poll attached to a Tweet.

Properties

Name Type Description Notes
durationMinutes Integer [optional]
endDatetime OffsetDateTime [optional]
id String Unique identifier of this poll.
options List<PollOption>
votingStatus VotingStatusEnum [optional]

Enum: VotingStatusEnum

Name Value
OPEN "open"
CLOSED "closed"