Class MessageReactionRemoveAllEvent

  • All Implemented Interfaces:
    GenericEvent

    public class MessageReactionRemoveAllEvent
    extends GenericMessageEvent
    Indicates the the reactions of a message have been cleared by a moderator

    Can be used to detect when the reactions of a message are removed by a moderator

    Requirements

    This event requires at least one of the following intents (Will not fire at all if neither is enabled):

    • Constructor Detail

      • MessageReactionRemoveAllEvent

        public MessageReactionRemoveAllEvent​(@Nonnull
                                             JDA api,
                                             long responseNumber,
                                             long messageId,
                                             @Nonnull
                                             MessageChannel channel)