Class ForumTagAddEvent

All Implemented Interfaces:
GenericEvent

public class ForumTagAddEvent extends GenericForumTagEvent
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 Details

    • ForumTagAddEvent

      public ForumTagAddEvent(@Nonnull JDA api, long responseNumber, @Nonnull IPostContainer channel, @Nonnull ForumTag tag)