Table of Contents

Class DiscordPollVoteUpdate

Namespace
DSharpPlus.Entities
Assembly
DSharpPlus.dll

Represents an update for a poll vote.

public class DiscordPollVoteUpdate
Inheritance
DiscordPollVoteUpdate

Properties

Channel
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. true if it was added, false if it was removed.