Table of Contents

Class JsonStickerPack

Namespace
NetCord.Rest.JsonModels
Assembly
NetCord.dll
public class JsonStickerPack : JsonEntity
Inheritance
JsonStickerPack
Inherited Members

Constructors

JsonStickerPack()

public JsonStickerPack()

Properties

BannerAssetId

[JsonPropertyName("banner_asset_id")]
public ulong? BannerAssetId { get; set; }

Property Value

ulong?

CoverStickerId

[JsonPropertyName("cover_sticker_id")]
public ulong? CoverStickerId { get; set; }

Property Value

ulong?

Description

[JsonPropertyName("description")]
public string Description { get; set; }

Property Value

string

Name

[JsonPropertyName("name")]
public string Name { get; set; }

Property Value

string

SkuId

[JsonPropertyName("sku_id")]
public ulong SkuId { get; set; }

Property Value

ulong

Stickers

[JsonPropertyName("stickers")]
public JsonSticker[] Stickers { get; set; }

Property Value

JsonSticker[]