Class PrivateMessageUpdateEvent

    • Constructor Detail

      • PrivateMessageUpdateEvent

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

      • getMessage

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

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