Package net.dv8tion.jda.api.events.channel.forum
package net.dv8tion.jda.api.events.channel.forum
Events related to forum tags.
Requirements
This requires CacheFlag.FORUM_TAGS
to be enabled.
JDABuilder.createLight(...)
disables this by default.
-
ClassDescriptionIndicates that a new
ForumTag
was added to aIPostContainer
.Indicates that aForumTag
was removed from aIPostContainer
.Abstraction of all tags relating toForumTag
changes (excludingThreadChannel.getAppliedTags()
).