Class PrivateMessageUpdateEvent

    • Constructor Detail

      • PrivateMessageUpdateEvent

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

      • getMessage

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

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