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