Interface InteractionOriginalResponseUpdater

    • Method Detail

      • update

        java.util.concurrent.CompletableFuture<Message> update()
        Updates your initial response to the interaction. Note: You can not update the message using any of the edit methods on the message entity as these are webhook messages. Please re-use this updater to apply further updates on the message.
        Returns:
        the message object representing the edited message
      • delete

        java.util.concurrent.CompletableFuture<java.lang.Void> delete()
        Deletes your initial response permanently.
        Returns:
        A CompletableFuture that completes as soon as the message has been deleted.