ISticker class abstract

Base interface for all sticker types

Implemented types
Implementers

Constructors

ISticker()

Properties

client INyxx
Reference to client
read-only
createdAt DateTime
Gets creation timestamp included in Snowflake
read-onlyinherited
description String?
Description of the sticker
read-only
format → StickerFormat
Format of sticker
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
read-only
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
type → StickerType
Type of sticker
read-only

Methods

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

Operators

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