Class MessageReactionRemoveEvent

  • All Implemented Interfaces:
    GenericEvent

    public class MessageReactionRemoveEvent
    extends GenericMessageReactionEvent
    Indicates that a user removed the reaction on a message

    Can be used to detect when a reaction is removed from a message

    Requirements

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

    • Constructor Detail

      • MessageReactionRemoveEvent

        public MessageReactionRemoveEvent​(@Nonnull
                                          JDA api,
                                          long responseNumber,
                                          @Nullable
                                          User user,
                                          @Nullable
                                          Member member,
                                          @Nonnull
                                          MessageReaction reaction,
                                          long userId)