acknowledge

suspend fun ApplicationCommandContext.acknowledge(ephemeral: Boolean = false)

Acknowledges the interaction indicating a response will be edited later. The user sees a loading state, visible to all participants in the invoking channel. For a "only you can see this" response, set ephemeral to true, or use acknowledgeEphemeral().

Sources

jvm source
Link copied to clipboard