class PollAnswer
extends
Baseexport class PollAnswer extends BaseRepresents an answer to a Poll
readonlyemoji : GuildEmoji | Emoji | null
The emoji of this answer
id : number
The id of this answer
readonlypoll : Poll | PartialPoll
The Poll this answer is part of
voteCount : number
The amount of votes this answer has
voters : PollAnswerVoterManager
The manager of the voters for this answer
deprecated fetchVoters(options?: BaseFetchPollAnswerVotersOptions = {}) : Promise<Collection<Snowflake, User>>
options?: BaseFetchPollAnswerVotersOptions = {}
Use fetch instead
Deprecated
Fetches the users that voted for this answer.