IGuildSticker class abstract

Implemented types

Constructors

IGuildSticker()

Properties

available bool?
Whether this guild sticker can be used, may be false due to loss of Server Boosts
read-only
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
guild Cacheable<Snowflake, IGuild>
Guild that owns this 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-onlyinherited
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited
tags String
The Discord name of a unicode emoji representing the sticker's expression.
read-only
type → StickerType
Type of sticker
read-onlyinherited
user IUser?
User that uploaded the guild sticker
read-only

Methods

delete() Future<void>
Removed current sticker
edit(StickerBuilder builder) Future<IGuildSticker>
Edits current sticker
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