Search Results for

    Show / Hide Table of Contents

    Interface IDiscordReaction

    Represents a discord Reaction Structure API model. Docs: https://discord.com/developers/docs/resources/channel#reaction-object-reaction-structure

    Namespace: Color_Chan.Discord.Core.Common.Models
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public interface IDiscordReaction

    Properties

    | Improve this Doc View Source

    ByMe

    Whether the current user reacted using this emoji.

    Declaration
    bool ByMe { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Count

    Times this emoji has been used to react.

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

    Emoji

    Emoji information.

    Declaration
    IDiscordEmoji Emoji { get; set; }
    Property Value
    Type Description
    IDiscordEmoji
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX