Class MessageReactionsClearEventArgs
Represents arguments for MessageReactionsCleared event.
Inheritance
System.Object
System.EventArgs
MessageReactionsClearEventArgs
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public class MessageReactionsClearEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceChannel
Gets the channel to which this message belongs.
Declaration
public DiscordChannel Channel { get; }
Property Value
Type | Description |
---|---|
DiscordChannel |
Remarks
This will be null
for an uncached channel, which will usually happen for when this event triggers on
DM channels in which no prior messages were received or sent.
Guild
Gets the guild in which the reactions were cleared.
Declaration
public DiscordGuild Guild { get; }
Property Value
Type | Description |
---|---|
DiscordGuild |
Message
Gets the message for which the update occurred.
Declaration
public DiscordMessage Message { get; }
Property Value
Type | Description |
---|---|
DiscordMessage |