Class GenericMessageReactionEvent

    • Constructor Detail

      • GenericMessageReactionEvent

        public GenericMessageReactionEvent​(JDA api,
                                           long responseNumber,
                                           User user,
                                           MessageReaction reaction)
    • Method Detail

      • getUser

        public User getUser()
        The reacting User
        Returns:
        The reacting user
      • getMember

        public Member getMember()
        The Member instance for the reacting user or null if the reaction was not in a guild.
        Returns:
        Member of the reacting user or null