Struct PollAnswerCounts
- Namespace
- Discord
- Assembly
- Discord.Net.Core.dll
Represents a poll answer counts object.
public readonly struct PollAnswerCounts
- Inherited Members
Fields
AnswerId
Gets the Id of the answer.
public readonly ulong AnswerId
Field Value
Count
Gets the count of votes for this answer.
public readonly uint Count
Field Value
MeVoted
Gets whether the current user voted for this answer.
public readonly bool MeVoted