Class GenericGuildMessageReactionEvent

    • Method Detail

      • getUserId

        @Nonnull
        public String getUserId()
        The id for the user who added/removed their reaction.
        Returns:
        The user id
      • getUserIdLong

        public long getUserIdLong()
        The id for the user who added/removed their reaction.
        Returns:
        The user id
      • getUser

        @Nullable
        public User getUser()
        The reacting User
        This might be missing if the user was not previously cached or the member was removed.
        Returns:
        The reacting user or null if this information is missing
        See Also:
        getUserIdLong()
      • getMember

        @Nullable
        public Member getMember()
        The Member instance for the reacting user
        This might be missing if the user was not previously cached or the member was removed.
        Returns:
        The member instance for the reacting user or null if this information is missing