Search Results for

    Show / Hide Table of Contents

    Class DiscordReactionData

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

    Inheritance
    Object
    DiscordReactionData
    Implements
    IEquatable<DiscordReactionData>
    Inherited Members
    System.Object.Equals(System.Object)
    Object.Equals(Object, Object)
    Object.GetHashCode()
    Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Object.ToString()
    Namespace: Color_Chan.Discord.Core.Common.API.DataModels
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public class DiscordReactionData : IEquatable<DiscordReactionData>

    Properties

    | Improve this Doc View Source

    ByMe

    Whether the current user reacted using this emoji.

    Declaration
    [JsonPropertyName("me")]
    public bool ByMe { get; set; }
    Property Value
    Type Description
    Boolean
    | Improve this Doc View Source

    Count

    Times this emoji has been used to react.

    Declaration
    [JsonPropertyName("count")]
    public int Count { get; set; }
    Property Value
    Type Description
    Int32
    | Improve this Doc View Source

    Emoji

    Emoji information.

    Declaration
    [JsonPropertyName("emoji")]
    public DiscordEmojiData Emoji { get; set; }
    Property Value
    Type Description
    DiscordEmojiData

    Implements

    System.IEquatable<T>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Generated by DocFX