Represents a limited emoji set used for both custom and unicode emojis. Custom emojis will use this class opposed to the Emoji class when the client doesn't know enough information about them.
Extends
EmojiWhether or not the emoji is animated
Inherited from EmojiThe time the emoji was created at, or null if unicode
Inherited from EmojiThe timestamp the emoji was created at, or null if unicode
Inherited from EmojiThe identifier of this emoji, used for message reactions
Inherited from EmojiThe emoji's name
Inherited from EmojiReturns a URL for the emoji or
null
if this is not a custom emoji.Returns
Name | Type | Optional | Description |
---|---|---|---|
options | BaseImageURLOptions | Yes | Options for the image URL |
When concatenated with a string, this automatically returns the text required to form a graphical emoji on Discord instead of the Emoji object.
Inherited from Emoji