RESTAPIPollCreate
https://discord.com/developers/docs/resources/poll#poll-create-request-object-poll-create-request-object-structure
Signature
export interface RESTAPIPollCreate extends Omit<APIPoll, 'allow_multiselect' | 'answers' | 'expiry' | 'layout_type' | 'results'>, Partial<Pick<APIPoll, 'allow_multiselect' | 'layout_type'>>Properties
answers: Omit<APIPollAnswer, 'answer_id'>[];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
@default24