Skip to content

Files

Latest commit

tmoskovitchzacmos
tmoskovitch
and
Jun 16, 2022
a7d8da3 · Jun 16, 2022

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"