Search Results for

    Show / Hide Table of Contents

    Interface ISticker

    Represents a discord sticker.

    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public interface ISticker : IStickerItem

    Properties

    | Improve this Doc View Source

    Description

    Gets the description of this sticker.

    Declaration
    string Description { get; }
    Property Value
    Type Description
    String

    A langword_csharp_string with the description of this sticker.

    | Improve this Doc View Source

    Format

    Gets the format type of this sticker.

    Declaration
    StickerFormatType Format { get; }
    Property Value
    Type Description
    StickerFormatType

    A StickerFormatType with the format type of this sticker.

    | Improve this Doc View Source

    Id

    Gets the ID of this sticker.

    Declaration
    ulong Id { get; }
    Property Value
    Type Description
    UInt64

    A snowflake ID associated with this sticker.

    | Improve this Doc View Source

    IsAvailable

    Gets whether this guild sticker can be used, may be false due to loss of Server Boosts.

    Declaration
    bool? IsAvailable { get; }
    Property Value
    Type Description
    Nullable<Boolean>
    | Improve this Doc View Source

    Name

    Gets the name of this sticker.

    Declaration
    string Name { get; }
    Property Value
    Type Description
    String

    A langword_csharp_string with the name of this sticker.

    | Improve this Doc View Source

    PackId

    Gets the ID of the pack of this sticker.

    Declaration
    ulong PackId { get; }
    Property Value
    Type Description
    UInt64

    A snowflake ID associated with the pack of this sticker.

    | Improve this Doc View Source

    SortOrder

    Gets the standard sticker's sort order within its pack.

    Declaration
    int? SortOrder { get; }
    Property Value
    Type Description
    Nullable<Int32>
    | Improve this Doc View Source

    Tags

    Gets the list of tags of this sticker.

    Declaration
    IReadOnlyCollection<string> Tags { get; }
    Property Value
    Type Description
    IReadOnlyCollection<String>

    A read-only list with the tags of this sticker.

    | Improve this Doc View Source

    Type

    Gets the type of this sticker.

    Declaration
    StickerType Type { get; }
    Property Value
    Type Description
    StickerType

    Methods

    | Improve this Doc View Source

    GetStickerUrl()

    Gets the image url for this sticker.

    Declaration
    string GetStickerUrl()
    Returns
    Type Description
    String

    Theme

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