Class DiscordStickerPack
Represents a Discord sticker pack.
Namespace: DisCatSharp.Entities
Assembly: DisCatSharp.dll
Syntax
public sealed class DiscordStickerPack : SnowflakeObject
Properties
| Improve this Doc View SourceBannerAssetId
Gets the Id of this pack's banner.
Declaration
public ulong BannerAssetId { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
BannerUrl
Gets the pack's banner url.
Declaration
public string BannerUrl { get; }
Property Value
Type | Description |
---|---|
System.String |
CoverSticker
Gets the pack's cover sticker.
Declaration
public Task<DiscordSticker> CoverSticker { get; }
Property Value
Type | Description |
---|---|
System.Threading.Tasks.Task<DiscordSticker> |
CoverStickerId
Gets the Id of this pack's cover sticker.
Declaration
public ulong CoverStickerId { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Name
Gets the name of this sticker pack.
Declaration
public string Name { get; }
Property Value
Type | Description |
---|---|
System.String |
SkuId
Gets the sku id.
Declaration
public ulong SkuId { get; }
Property Value
Type | Description |
---|---|
System.UInt64 |
Stickers
Gets the stickers contained in this pack.
Declaration
public IReadOnlyList<DiscordSticker> Stickers { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.IReadOnlyList<DiscordSticker> |