Class ForumTagAddEvent
java.lang.Object
net.dv8tion.jda.api.events.Event
net.dv8tion.jda.api.events.channel.forum.GenericForumTagEvent
net.dv8tion.jda.api.events.channel.forum.ForumTagAddEvent
- All Implemented Interfaces:
GenericEvent
Indicates that a new
ForumTag was added to a IPostContainer.
Use ChannelUpdateAppliedTagsEvent
to detect when a tag is added to a forum post instead.
Requirements
This requires CacheFlag.FORUM_TAGS to be enabled.
JDABuilder.createLight(...) disables this by default.
-
Constructor Summary
ConstructorsConstructorDescriptionForumTagAddEvent(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
-
ForumTagAddEvent
-