Package net.dv8tion.jda.api.events.emoji
Class EmojiRemovedEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.emoji.GenericEmojiEvent
net.dv8tion.jda.api.events.emoji.EmojiRemovedEvent
- All Implemented Interfaces:
- GenericEvent
Indicates that a 
Custom Emoji was removed from a Guild.
 Requirements
 
This event requires the EMOJI CacheFlag to be enabled, which requires
 the GUILD_EXPRESSIONS intent.
 createLight(String) disables that CacheFlag by default!
- 
Constructor SummaryConstructors
- 
Method SummaryMethods inherited from class net.dv8tion.jda.api.events.emoji.GenericEmojiEventgetEmoji, getGuild, isManagedMethods inherited from class net.dv8tion.jda.api.events.EventgetJDA, getRawData, getResponseNumber, toString
- 
Constructor Details- 
EmojiRemovedEvent
 
-