Class MessageReactionRemoveEmoteEvent

  • All Implemented Interfaces:
    GenericEvent

    public class MessageReactionRemoveEmoteEvent
    extends GenericMessageEvent
    Indicates that all reactions for a specific emoji/emote were removed by a moderator.

    Can be used to detect which emoji/emote was removed.

    Requirements

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

    Since:
    4.2.0
    • Constructor Detail

      • MessageReactionRemoveEmoteEvent

        public MessageReactionRemoveEmoteEvent​(@Nonnull
                                               JDA api,
                                               long responseNumber,
                                               long messageId,
                                               @Nonnull
                                               MessageChannel channel,
                                               @Nonnull
                                               MessageReaction reaction)