DeferrableInteraction

Functions

Link copied to clipboard
abstract suspend fun acknowledge(ephemeral: Boolean = false)

Automatically detect if the interaction is already acknowledge and if not will acknowledge it.

Link copied to clipboard
open suspend fun acknowledgeAsync(ephemeral: Boolean): Deferred<Unit>