Class GenericEmojiUpdateEvent<T>

java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.emoji.GenericEmojiEvent
net.dv8tion.jda.api.events.emoji.update.GenericEmojiUpdateEvent<T>
All Implemented Interfaces:
GenericEvent, UpdateEvent<RichCustomEmoji,T>
Direct Known Subclasses:
EmojiUpdateNameEvent, EmojiUpdateRolesEvent

public abstract class GenericEmojiUpdateEvent<T> extends GenericEmojiEvent implements UpdateEvent<RichCustomEmoji,T>
Indicates that an Custom Emoji was updated.

Requirements

These events require the EMOJI CacheFlag to be enabled, which requires the GUILD_EMOJIS_AND_STICKERS intent.
createLight(String) disables that CacheFlag by default!