Class MessageReactionRemovedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Represents arguments for MessageReactionRemoved event.
public class MessageReactionRemovedEventArgs : DiscordEventArgs
- Inheritance
-
MessageReactionRemovedEventArgs
Properties
- Channel
Gets the channel to which this message belongs.
- Emoji
Gets the emoji used for this reaction.
- Guild
Gets the guild in which the reaction was deleted.
- Message
Gets the message for which the update occurred.
- User
Gets the users whose reaction was removed.