Class StickerPack
Represents a pack of standard stickers.
public class StickerPack : IJsonModel<JsonStickerPack>
- Inheritance
-
StickerPack
- Implements
- Inherited Members
Constructors
StickerPack(JsonStickerPack)
Represents a pack of standard stickers.
public StickerPack(JsonStickerPack jsonModel)
Parameters
jsonModelJsonStickerPack
Properties
BannerAssetId
The ID corresponding to the sticker pack's banner image.
public ulong? BannerAssetId { get; }
Property Value
CoverStickerId
An optional ID, corresponding to the sticker displayed as the pack icon.
public ulong? CoverStickerId { get; }
Property Value
Description
The sticker pack's description.
public string Description { get; }
Property Value
Name
The sticker pack's name.
public string Name { get; }
Property Value
SkuId
The sticker pack's SKU ID.
public ulong SkuId { get; }
Property Value
Stickers
A list of the stickers available within the pack.
public IReadOnlyList<Sticker> Stickers { get; }