Class MessageReactionRemoveEventArgs
- Namespace
- DisCatSharp.EventArgs
- Assembly
- DisCatSharp.dll
Represents arguments for MessageReactionRemoved event.
public class MessageReactionRemoveEventArgs : DiscordEventArgs
- Inheritance
-
MessageReactionRemoveEventArgs
- 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 deleted.
- IsBurst
Whether the reaction was added as a burst reaction.
- Message
Gets the message for which the update occurred.
- User
Gets the users whose reaction was removed.