Class GuildMessageReactionRemoveAllEvent

  • All Implemented Interfaces:
    GenericEvent

    public class GuildMessageReactionRemoveAllEvent
    extends GenericGuildMessageEvent
    Indicates that the reactions for a Message were cleared by a moderator in a guild.

    Can be used to detect when the reaction of a message are cleared by a moderator.

    Requirements

    This event requires the GUILD_MESSAGE_REACTIONS intent to be enabled.

    • Constructor Detail

      • GuildMessageReactionRemoveAllEvent

        public GuildMessageReactionRemoveAllEvent​(@Nonnull
                                                  JDA api,
                                                  long responseNumber,
                                                  long messageId,
                                                  @Nonnull
                                                  TextChannel channel)