Parent class for GuildEmoji and GuildPreviewEmoji.
Extends
EmojiConstructs a new instance of the
BaseGuildEmoji class| Name | Type | Optional | Description |
|---|---|---|---|
| client | Client<true> | No | None |
| data | RawGuildEmojiData | No | None |
| guild | Guild | GuildPreview | No | None |
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