StickerPack class

Represents a pack of standard stickers.

Inheritance

Properties

bannerAssetId Snowflake
Id of the sticker pack's banner image
latefinal
coverStickerId Snowflake
Id of a sticker in the pack which is shown as the pack's icon
latefinal
createdAt DateTime
Gets creation timestamp included in Snowflake
no setterinherited
description String
Description of the sticker pack
latefinal
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
ID of entity as Snowflake
finalinherited
name String
Name of the sticker pack
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
skuId Snowflake
Id of the pack's SKU
latefinal
stickers List<StandardSticker>
The stickers in the pack
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(dynamic other) bool
The equality operator.
inherited