Search Results for

    Show / Hide Table of Contents

    Struct ReactionMetadata

    A metadata containing reaction information.

    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public struct ReactionMetadata

    Properties

    | Improve this Doc View Source

    IsMe

    Gets a value that indicates whether the current user has reacted to this.

    Declaration
    public bool IsMe { readonly get; }
    Property Value
    Type Description
    Boolean

    true if the user has reacted to the message; otherwise false.

    | Improve this Doc View Source

    ReactionCount

    Gets the number of reactions.

    Declaration
    public int ReactionCount { readonly get; }
    Property Value
    Type Description
    Int32

    An representing the number of this reactions that has been added to this message.

    Theme

    • Improve this Doc
    • View Source
    In This Article
    Back to top Discord.Net (c) 2015-2023 3.10.0