Class GuildStickerRemovedEvent

All Implemented Interfaces:
GenericEvent

public class GuildStickerRemovedEvent extends GenericGuildStickerEvent
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 Details

    • GuildStickerRemovedEvent

      public GuildStickerRemovedEvent(@Nonnull JDA api, long responseNumber, @Nonnull Guild guild, @Nonnull GuildSticker sticker)