Skip to main content

Class StickerPack<TSticker>

Represents a discord sticker pack.

Assembly: Discord.Net.Core.dll​
View Source​
Declaration
public class StickerPack<TSticker>
where TSticker : ISticker

Properties​

Id​

Gets the id of the sticker pack.

View Source​
Declaration
public ulong Id { get; }

Stickers​

Gets a collection of the stickers in the pack.

View Source​
Declaration
public IReadOnlyCollection<TSticker> Stickers { get; }

Name​

Gets the name of the sticker pack.

View Source​
Declaration
public string Name { get; }

SkuId​

Gets the id of the pack's SKU.

View Source​
Declaration
public ulong SkuId { get; }

CoverStickerId​

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

View Source​
Declaration
public ulong? CoverStickerId { get; }

Description​

Gets the description of the sticker pack.

View Source​
Declaration
public string Description { get; }

BannerAssetId​

Gets the id of the sticker pack's banner image

View Source​
Declaration
public ulong BannerAssetId { get; }