Search Results for

    Show / Hide Table of Contents

    Class MessageReactionsClearEventArgs

    Represents arguments for MessageReactionsCleared event.

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

    Properties

    | Improve this Doc View Source

    Channel

    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.

    | Improve this Doc View Source

    Guild

    Gets the guild in which the reactions were cleared.

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

    Message

    Gets the message for which the update occurred.

    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