APIPoll
https://discord.com/developers/docs/resources/poll#poll-object-poll-object-structure
Signature
export interface APIPollProperties
6Methods
0No methods.
Properties
question: APIPollMedia;The question of the poll
answers: APIPollAnswer[];Each of the answers available in the poll, up to 10
expiry: string;The time when the poll ends (IS08601 timestamp)
allow_multiselect: boolean;Whether a user can select multiple answers
@defaultfalse
layout_type: PollLayoutType;The layout type of the poll
@defaultPollLayoutType.Default
results?: APIPollResults;The results of the poll