Table of Contents

Class StickerPack

Namespace
NetCord.Rest
Assembly
NetCord.dll
public class StickerPack : IJsonModel<JsonStickerPack>
Inheritance
StickerPack
Implements
Inherited Members

Constructors

StickerPack(JsonStickerPack)

public StickerPack(JsonStickerPack jsonModel)

Parameters

jsonModel JsonStickerPack

Properties

BannerAssetId

public ulong? BannerAssetId { get; }

Property Value

ulong?

CoverStickerId

public ulong? CoverStickerId { get; }

Property Value

ulong?

Description

public string Description { get; }

Property Value

string

Name

public string Name { get; }

Property Value

string

SkuId

public ulong SkuId { get; }

Property Value

ulong

Stickers

public IReadOnlyList<Sticker> Stickers { get; }

Property Value

IReadOnlyList<Sticker>