- nyxx
- nyxx
- IGuildSticker abstract class
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-only, inherited
-
createdAt
→ DateTime
-
Gets creation timestamp included in Snowflake
read-only, inherited
-
description
→ String?
-
Description of the sticker
read-only, inherited
-
format
→ StickerFormat
-
Format of sticker
read-only, inherited
-
guild
→ Cacheable<Snowflake, IGuild>
-
Guild that owns this sticker
read-only
-
hashCode
→ int
-
The hash code for this object.
read-only, inherited
-
id
→ Snowflake
-
ID of entity as Snowflake
final, inherited
-
name
→ String
-
Name of the sticker
read-only, inherited
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
read-only, inherited
-
stickerURL
→ String
-
Url for sticker image
read-only, inherited
-
tags
→ String
-
The Discord name of a unicode emoji representing the sticker's expression.
read-only
-
type
→ StickerType
-
Type of sticker
read-only, inherited
-
user
→ IUser?
-
User that uploaded the guild sticker
read-only
Operators
-
operator ==(dynamic other)
→ bool
-
The equality operator.
inherited