Class DiscordPollVoteUpdate
- Namespace
- DSharpPlus.Entities
- Assembly
- DSharpPlus.dll
Represents an update for a poll vote.
public class DiscordPollVoteUpdate
- Inheritance
-
DiscordPollVoteUpdate
Properties
- Guild
Gets the guild this poll was sent in, if applicable.
- Message
Gets the message that the poll is attached to.
- User
Gets the user that added or removed a vote.
- WasAdded
Gets whether this vote was added or removed.
trueif it was added,falseif it was removed.