Class MessageReactionsClearedEventArgs
- Namespace
- DSharpPlus.EventArgs
- Assembly
- DSharpPlus.dll
Represents arguments for MessageReactionsCleared event.
public class MessageReactionsClearedEventArgs : DiscordEventArgs
- Inheritance
-
MessageReactionsClearedEventArgs
Properties
- Channel
Gets the channel to which this message belongs.
- Guild
Gets the guild in which the reactions were cleared.
- Message
Gets the message for which the update occurred.