IResolvableGuildEmojiPartial class abstract
- Implemented types
Constructors
Properties
- animated → bool
-
Whether this emoji is animated.
read-onlyinherited
- client → INyxx
-
Reference to INyxx.
read-onlyinherited
- createdAt → DateTime
-
Gets creation timestamp included in Snowflake
read-onlyinherited
- hashCode → int
-
The hash code for this object.
read-onlyinherited
- id → Snowflake
-
ID of entity as Snowflake
finalinherited
- isPartial → bool
-
True if emoji is partial.
read-onlyinherited
- name → String
-
The name of the emoji.
read-onlyinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-onlyinherited
Methods
-
cdnUrl(
{String format = 'webp', int? size, bool animated = true}) → String -
Returns the CDN URL for this emoji with given
format
andsize
. Ifanimated
is set astrue
, an animated version of the emoji (if applicable) will be displayed.inherited -
encodeForAPI(
) → String -
Returns encoded emoji for API usage
inherited
-
formatForMessage(
) → String -
Returns encoded emoji for usage in message
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
resolve(
) → IGuildEmoji - Resolves this IResolvableGuildEmojiPartial to IGuildEmoji
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
dynamic other) → bool -
The equality operator.
inherited