IStandardSticker class abstract

Animated (or not) image like emoji

Implemented types

Constructors

IStandardSticker()

Properties

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

Methods

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

Operators

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