export interface PollData
Represents the data for a poll.
boolean allowMultiselect :
Whether the poll allows multiple answers
readonly PollAnswerData[] answers :
The answers for the poll
number duration :
The duration in hours for the poll
optionalPollLayoutType layoutType? :
The layout type for the poll
PollQuestionMedia question :
The question for the poll