Search Results for

    Show / Hide Table of Contents

    Class DiscordMessageStickerItemData

    Represents a discord Sticker Item Structure API model. Docs: https://discord.com/developers/docs/resources/sticker#sticker-item-object-sticker-item-structure

    Inheritance
    Object
    DiscordMessageStickerItemData
    Implements
    IEquatable<DiscordMessageStickerItemData>
    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.Message
    Assembly: Color-Chan.Discord.Core.dll
    Syntax
    public class DiscordMessageStickerItemData : IEquatable<DiscordMessageStickerItemData>

    Properties

    | Improve this Doc View Source

    FormatType

    Type of sticker format.

    Declaration
    [JsonPropertyName("format_type")]
    public ulong FormatType { get; set; }
    Property Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    Id

    The id of the sticker.

    Declaration
    [JsonPropertyName("id")]
    public ulong Id { get; set; }
    Property Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    Name

    Name of the sticker.

    Declaration
    [JsonPropertyName("name")]
    public string Name { get; set; }
    Property Value
    Type Description
    String

    Implements

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