Class GuildStickerUpdateTagsEvent

All Implemented Interfaces:
GenericEvent, UpdateEvent<GuildSticker,Set<String>>

public class GuildStickerUpdateTagsEvent extends GenericGuildStickerUpdateEvent<Set<String>>
Indicates that the tags of a GuildSticker changed.

Can be used to retrieve the old tags

Requirements

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

Identifier: tags