GuildSticker class

Sticker that is available through guild and nitro users that joined that guild have access to them.

Inheritance

Properties

available bool?
Whether this guild sticker can be used, may be false due to loss of Server Boosts
latefinal
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
guild Cacheable<Snowflake, Guild>
Guild that owns this sticker
latefinal
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
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
stickerURL String
Url for sticker image
no setterinherited
tags String
The Discord name of a unicode emoji representing the sticker's expression.
latefinal
type StickerType
Type of sticker
latefinaloverride-getter
user User?
User that uploaded the guild sticker
latefinal

Methods

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