RESTAPIPoll

export interface RESTAPIPoll extends APIBasePoll, Partial<APIPollDefaults>
export interface RESTAPIPoll extends APIBasePoll, Partial<APIPollDefaults>
Each of the answers available in the poll, up to 10
duration?:number
Number of hours the poll should be open for, up to 32 days
Default value
24
question:APIPollMedia
The question of the poll
Inherited from APIBasePoll