Class GenericGuildStickerEvent

java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.sticker.GenericGuildStickerEvent
All Implemented Interfaces:
GenericEvent
Direct Known Subclasses:
GenericGuildStickerUpdateEvent, GuildStickerAddedEvent, GuildStickerRemovedEvent

public abstract class GenericGuildStickerEvent extends Event
Indicates that an GuildSticker was created/removed/updated.

Requirements

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