deferReply

suspend fun ApplicationCommandContext.deferReply(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.

Sources

jvm source
Link copied to clipboard