Class MessagePollVoteRemoveEventArgs
- Namespace
- DisCatSharp.EventArgs
- Assembly
- DisCatSharp.dll
Represents arguments for MessagePollVoteRemoved
public sealed class MessagePollVoteRemoveEventArgs : DiscordEventArgs
- Inheritance
-
MessagePollVoteRemoveEventArgs
- Inherited Members
Properties
- AnswerId
Gets the answer id.
- Channel
Gets the channel of the poll, if it's in the cache.
- ChannelId
Gets the channel id of the poll.
- Guild
Gets the guild of the poll, if it was send in a guild.
- GuildId
Gets the guild id of the poll, if it was send in a guild.
- Message
Gets the message of the poll, if it's in the cache.
- MessageId
Gets the message id of the poll.
- User
Gets the user who removed their vote.
- UserId
Gets the user id who removed their vote.