Table of Contents

Class StickerPack

Namespace
NetCord.Rest
Assembly
NetCord.dll

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

jsonModel JsonStickerPack

Properties

BannerAssetId

The ID corresponding to the sticker pack's banner image.

public ulong? BannerAssetId { get; }

Property Value

ulong?

CoverStickerId

An optional ID, corresponding to the sticker displayed as the pack icon.

public ulong? CoverStickerId { get; }

Property Value

ulong?

Description

The sticker pack's description.

public string Description { get; }

Property Value

string

Name

The sticker pack's name.

public string Name { get; }

Property Value

string

SkuId

The sticker pack's SKU ID.

public ulong SkuId { get; }

Property Value

ulong

Stickers

A list of the stickers available within the pack.

public IReadOnlyList<Sticker> Stickers { get; }

Property Value

IReadOnlyList<Sticker>