Class GenericForumTagEvent

java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.channel.forum.GenericForumTagEvent
All Implemented Interfaces:
GenericEvent
Direct Known Subclasses:
ForumTagAddEvent, ForumTagRemoveEvent, GenericForumTagUpdateEvent

public abstract class GenericForumTagEvent extends Event
Abstraction of all tags relating to ForumTag changes (excluding ThreadChannel.getAppliedTags()).

Requirements
This requires CacheFlag.FORUM_TAGS to be enabled. JDABuilder.createLight(...) disables this by default.