Class MessageReactionAddEvent

  • All Implemented Interfaces:
    GenericEvent

    public class MessageReactionAddEvent
    extends GenericMessageReactionEvent
    Indicates that a user added a reaction to a message
    This includes unicode and custom emoji

    Can be used to track when a user adds a reaction to a message

    Requirements

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

    • Constructor Detail

      • MessageReactionAddEvent

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