Search Results for

    Show / Hide Table of Contents

    Class StickerPack<TSticker>

    Represents a discord sticker pack.

    Inheritance
    Object
    StickerPack<TSticker>
    Namespace: Discord
    Assembly: Discord.Net.Core.dll
    Syntax
    public class StickerPack<TSticker> : object where TSticker : ISticker
    Type Parameters
    Name Description
    TSticker

    The type of the stickers within the collection.

    Properties

    | Improve this Doc View Source

    BannerAssetId

    Gets the id of the sticker pack's banner image

    Declaration
    public ulong BannerAssetId { get; }
    Property Value
    Type Description
    UInt64
    | Improve this Doc View Source

    CoverStickerId

    Gets the id of a sticker in the pack which is shown as the pack's icon.

    Declaration
    public ulong? CoverStickerId { get; }
    Property Value
    Type Description
    Nullable<UInt64>
    | Improve this Doc View Source

    Description

    Gets the description of the sticker pack.

    Declaration
    public string Description { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    Id

    Gets the id of the sticker pack.

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

    Name

    Gets the name of the sticker pack.

    Declaration
    public string Name { get; }
    Property Value
    Type Description
    String
    | Improve this Doc View Source

    SkuId

    Gets the id of the pack's SKU.

    Declaration
    public ulong SkuId { get; }
    Property Value
    Type Description
    UInt64
    | Improve this Doc View Source

    Stickers

    Gets a collection of the stickers in the pack.

    Declaration
    public IReadOnlyCollection<TSticker> Stickers { get; }
    Property Value
    Type Description
    IReadOnlyCollection<TSticker>

    Theme

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