Search Results for

    Show / Hide Table of Contents

    Class DiscordStickerPack

    Represents a Discord sticker pack.

    Inheritance
    System.Object
    SnowflakeObject
    DiscordStickerPack
    Inherited Members
    SnowflakeObject.Id
    SnowflakeObject.CreationTimestamp
    Namespace: DisCatSharp.Entities
    Assembly: DisCatSharp.dll
    Syntax
    public sealed class DiscordStickerPack : SnowflakeObject

    Properties

    | Improve this Doc View Source

    BannerAssetId

    Gets the Id of this pack's banner.

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

    BannerUrl

    Gets the pack's banner url.

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

    CoverSticker

    Gets the pack's cover sticker.

    Declaration
    public Task<DiscordSticker> CoverSticker { get; }
    Property Value
    Type Description
    System.Threading.Tasks.Task<DiscordSticker>
    | Improve this Doc View Source

    CoverStickerId

    Gets the Id of this pack's cover sticker.

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

    Name

    Gets the name of this sticker pack.

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

    SkuId

    Gets the sku id.

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

    Stickers

    Gets the stickers contained in this pack.

    Declaration
    public IReadOnlyList<DiscordSticker> Stickers { get; }
    Property Value
    Type Description
    System.Collections.Generic.IReadOnlyList<DiscordSticker>

    Extension Methods

    ReflectionUtilities.ToDictionary<T>(T)
    • Improve this Doc
    • View Source
    In This Article
    Back to top © 2021-2022 Aiko IT Systems