interface RESTAPIPoll

export interface RESTAPIPoll extends APIBasePoll, Partial<APIPollDefaults>

See also: https://discord.com/developers/docs/resources/poll#poll-create-request-object-poll-create-request-object-structure

answers : APIBasePollAnswer[]

Each of the answers available in the poll, up to 10

optional
duration? : number = 24

Number of hours the poll should be open for, up to 32 days

question : APIPollMedia

The question of the poll

Inherited from: v10/APIBasePoll