StandardSticker class

Animated (or not) image like emoji

Inheritance

Properties

client INyxx
Reference to client
finalinherited
createdAt DateTime
Gets creation timestamp included in Snowflake
no setterinherited
description String?
Description of the sticker
latefinaloverride-getter
format StickerFormat
Format of sticker
latefinaloverride-getter
hashCode int
The hash code for this object.
no setterinherited
id Snowflake
ID of entity as Snowflake
finalinherited
name String
Name of the sticker
latefinaloverride-getter
packId Snowflake
Id of the pack the sticker is from
latefinal
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stickerURL String
Url for sticker image
no setterinherited
tags String?
Comma-separated list of tags for the sticker. Available in list form: tagsList.
latefinal
tagsList Iterable<String>
StandardSticker tags in list form
no setter
type StickerType
Type of sticker
latefinaloverride-getter

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