Class ForumTagRemoveEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.channel.forum.GenericForumTagEvent
net.dv8tion.jda.api.events.channel.forum.ForumTagRemoveEvent
- All Implemented Interfaces:
GenericEvent
Indicates that a
ForumTag was removed from a IPostContainer.
Use ChannelUpdateAppliedTagsEvent
to detect when a tag is removed from a forum post instead.
Requirements
This requires CacheFlag.FORUM_TAGS to be enabled.
JDABuilder.createLight(...) disables this by default.
-
Constructor Summary
ConstructorsConstructorDescriptionForumTagRemoveEvent(JDA api, long responseNumber, IPostContainer channel, ForumTag tag) -
Method Summary
Methods inherited from class net.dv8tion.jda.api.events.channel.forum.GenericForumTagEvent
getChannel, getTagMethods inherited from class net.dv8tion.jda.api.events.Event
getJDA, getRawData, getResponseNumber, toString
-
Constructor Details
-
ForumTagRemoveEvent
-