Represents an instance of an emoji belonging to a public guild obtained through Discord's preview endpoint.
Extends
BaseGuildEmojiWhether or not the emoji is animated
Inherited from EmojiWhether this emoji is available
Inherited from BaseGuildEmojiThe time the emoji was created at, or null if unicode
Inherited from BaseGuildEmojiThe timestamp the emoji was created at, or null if unicode
Inherited from BaseGuildEmojiThe emoji's id
Inherited from BaseGuildEmojiThe identifier of this emoji, used for message reactions
Inherited from EmojiWhether this emoji is managed by an external service
Inherited from BaseGuildEmojiThe emoji's name
Inherited from EmojiWhether or not this emoji requires colons surrounding it
Inherited from BaseGuildEmojiUse imageURL instead.
Deprecated
Returns a URL for the emoji.
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