export declare class PollAPIexpirePoll() : Promise<APIMessage>
Immediately expires (i.e. ends) a poll
See also: https://discord.com/developers/docs/resources/poll#expire-poll
getAnswerVoters(channelId: SnowflakemessageId: SnowflakeanswerId: numberquery?: RESTGetAPIPollAnswerVotersQueryoptions?: Pick<RequestData, 'auth' | 'signal'>) : Promise<RESTGetAPIPollAnswerVotersResult>
channelId: Snowflake
messageId: Snowflake
answerId: number
query?: RESTGetAPIPollAnswerVotersQuery
options?: Pick<RequestData, 'auth' | 'signal'>
Gets the list of users that voted for a specific answer in a poll
See also: https://discord.com/developers/docs/resources/poll#get-answer-voters