Search Results for

    Show / Hide Table of Contents

    Class RestReaction

    Represents a REST reaction object.

    Inheritance
    Object
    RestReaction
    Implements
    IReaction
    Namespace: Discord.Rest
    Assembly: Discord.Net.Rest.dll
    Syntax
    public class RestReaction : object, IReaction

    Properties

    | Improve this Doc View Source

    Count

    Gets the number of reactions added.

    Declaration
    public int Count { get; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Emote

    The IEmote used in the reaction.

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

    Me

    Gets whether the reactions is added by the user.

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

    Implements

    IReaction

    Theme

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