Class MessageReactionAddEventArgs
- Namespace
- DisCatSharp.EventArgs
- Assembly
- DisCatSharp.dll
Represents arguments for MessageReactionAdded event.
public class MessageReactionAddEventArgs : DiscordEventArgs
- Inheritance
-
MessageReactionAddEventArgs
- Inherited Members
Properties
- Channel
Gets the channel to which this message belongs.
- ChannelId
The channel id.
- Emoji
Gets the emoji used for this reaction.
- Guild
Gets the guild in which the reaction was added.
- IsBurst
Whether the reaction was added as a burst reaction.
- Message
Gets the message for which the update occurred.
- User
Gets the user who created the reaction.
This can be cast to a DiscordMember if the reaction was in a guild.