Class MessageReactionRemoveEmojiEventArgs
Represents arguments for MessageReactionRemovedEmoji
Inheritance
System.Object
System.EventArgs
MessageReactionRemoveEmojiEventArgs
Namespace: DisCatSharp.EventArgs
Assembly: DisCatSharp.dll
Syntax
public sealed class MessageReactionRemoveEmojiEventArgs : DiscordEventArgs
Properties
| Improve this Doc View SourceChannel
Gets the channel the removed reactions were in.
Declaration
public DiscordChannel Channel { get; }
Property Value
Type | Description |
---|---|
DiscordChannel |
Emoji
Gets the emoji of the reaction that was removed.
Declaration
public DiscordEmoji Emoji { get; }
Property Value
Type | Description |
---|---|
DiscordEmoji |
Guild
Gets the guild the removed reactions were in.
Declaration
public DiscordGuild Guild { get; }
Property Value
Type | Description |
---|---|
DiscordGuild |
Message
Gets the message that had the removed reactions.
Declaration
public DiscordMessage Message { get; }
Property Value
Type | Description |
---|---|
DiscordMessage |