IStickerPack class abstract

Implemented types

Constructors

IStickerPack()

Properties

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

Methods

bannerUrl({String format = 'webp', int? size}) String
Returns the banner URL for this pack, with specified format and size.
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