Interface EmojiUpdate

All Superinterfaces:
Entity, GuildEntity, HasGuild
All Known Implementing Classes:
EmojiUpdateImpl

public interface EmojiUpdate extends GuildEntity
Fired over the event bus when a guild's emojis are updated.
Since:
10/9/18.
Author:
amy
  • Method Details

    • emojis

      @Nonnull @CheckReturnValue List<Emoji.CustomEmoji> emojis()
      Returns:
      A non-null, possibly-empty list of the guild's emojis.