export interface APIPoll
https://discord.com/developers/docs/resources/poll#poll-object-poll-object-structure
boolean allow_multiselect :
Whether a user can select multiple answers false
APIPollAnswer[] answers :
Each of the answers available in the poll, up to 10
string expiry :
The time when the poll ends (IS08601 timestamp)
PollLayoutType layout_type :
The layout type of the poll PollLayoutType.Default
APIPollMedia question :
The question of the poll
optionalAPIPollResults results? :
The results of the poll