Interface CustomEmoji

All Superinterfaces:
Emoji, Formattable, IMentionable, ISnowflake, SerializableData
All Known Subinterfaces:
ApplicationEmoji, RichCustomEmoji

public interface CustomEmoji extends Emoji, IMentionable
Represents a minimal custom emoji.

This contains the most minimal representation of a custom emoji, via id and name.

This does not represent unicode emojis like they are used in the official client! The format :smiley: is a client-side alias which is replaced by the unicode emoji, not a custom emoji.

See Also: