Class MessagePollVoteAddEventArgs
- Namespace
- DisCatSharp.EventArgs
- Assembly
- DisCatSharp.dll
Represents arguments for MessagePollVoteAdded
public sealed class MessagePollVoteAddEventArgs : DiscordEventArgs
- Inheritance
-
MessagePollVoteAddEventArgs
- 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 voted.
- UserId
Gets the user id who voted.