Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 573 Bytes

Poll.md

File metadata and controls

27 lines (15 loc) · 573 Bytes

Poll

Represent a Poll attached to a Tweet

Properties

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

Enum: VotingStatusEnum

Name Value
OPEN "open"
CLOSED "closed"