Search Results for

    Show / Hide Table of Contents

    Class MessageReactionRemoveEmojiEventArgs

    Represents arguments for MessageReactionRemovedEmoji

    Inheritance
    System.Object
    System.EventArgs
    AsyncEventArgs
    DiscordEventArgs
    MessageReactionRemoveEmojiEventArgs
    Inherited Members
    DiscordEventArgs.ServiceProvider
    AsyncEventArgs.Handled
    Namespace: DisCatSharp.EventArgs
    Assembly: DisCatSharp.dll
    Syntax
    public sealed class MessageReactionRemoveEmojiEventArgs : DiscordEventArgs

    Properties

    | Improve this Doc View Source

    Channel

    Gets the channel the removed reactions were in.

    Declaration
    public DiscordChannel Channel { get; }
    Property Value
    Type Description
    DiscordChannel
    | Improve this Doc View Source

    Emoji

    Gets the emoji of the reaction that was removed.

    Declaration
    public DiscordEmoji Emoji { get; }
    Property Value
    Type Description
    DiscordEmoji
    | Improve this Doc View Source

    Guild

    Gets the guild the removed reactions were in.

    Declaration
    public DiscordGuild Guild { get; }
    Property Value
    Type Description
    DiscordGuild
    | Improve this Doc View Source

    Message

    Gets the message that had the removed reactions.

    Declaration
    public DiscordMessage Message { get; }
    Property Value
    Type Description
    DiscordMessage

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems