Class GuildMessageUpdateEvent

    • Constructor Detail

      • GuildMessageUpdateEvent

        public GuildMessageUpdateEvent​(@Nonnull
                                       JDA api,
                                       long responseNumber,
                                       @Nonnull
                                       Message message)
    • Method Detail

      • getMessage

        @Nonnull
        public Message getMessage()
        Returns:
        The Message
      • getAuthor

        @Nonnull
        public User getAuthor()
        The author of this message
        Returns:
        The author of this message
        See Also:
        User
      • getMember

        @Nullable
        public Member getMember()
        The Member instance of the author
        Returns:
        The member instance for the author