Interface InteractionImmediateResponseBuilder

    • Method Detail

      • respond

        java.util.concurrent.CompletableFuture<InteractionOriginalResponseUpdater> respond()
        Send the response.
        Returns:
        A CompletableFuture that completes as soon as your message was sent. The future contains a InteractionOriginalResponseUpdater that you can use to update your original response later on. Note that you can only update your response within 15 minutes after receiving the interaction.