Class GuildStickerRemovedEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.sticker.GenericGuildStickerEvent
net.dv8tion.jda.api.events.sticker.GuildStickerRemovedEvent
- All Implemented Interfaces:
GenericEvent
Indicates that a new
GuildSticker
was removed from a Guild
.
Requirements
This event requires the STICKER
CacheFlag to be enabled, which requires
the GUILD_EXPRESSIONS
intent.
createLight(String)
disables that CacheFlag by default!
-
Constructor Summary
ConstructorDescriptionGuildStickerRemovedEvent
(JDA api, long responseNumber, Guild guild, GuildSticker sticker) -
Method Summary
Methods inherited from class net.dv8tion.jda.api.events.sticker.GenericGuildStickerEvent
getGuild, getSticker
Methods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getRawData, getResponseNumber, toString
-
Constructor Details
-
GuildStickerRemovedEvent
-