class PollAnswer
extends
Baseexport class PollAnswer extends BaseRepresents an answer to a Poll
readonlyemoji : Emoji | GuildEmoji | null
The emoji of this answer
id : number
The id of this answer
readonlypoll : PartialPoll | Poll
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