Interface ApplicationEmoji

All Superinterfaces:
CustomEmoji, Emoji, Formattable, IMentionable, ISnowflake, SerializableData

public interface ApplicationEmoji extends CustomEmoji
Represents a Custom Emoji hosted on the Bot Account.

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:
  • Field Details

    • MAX_APPLICATION_EMOJIS

      static final int MAX_APPLICATION_EMOJIS
      Maximum number of emojis that can be registered on an application.
      See Also:
  • Method Details