Search Results for

    Show / Hide Table of Contents

    Interface IDiscordMessageStickerItem

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

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

    Properties

    | Improve this Doc View Source

    FormatType

    Type of sticker format.

    Declaration
    ulong FormatType { get; set; }
    Property Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    Id

    The id of the sticker.

    Declaration
    ulong Id { get; set; }
    Property Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    Name

    Name of the sticker.

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