Slash
16eb0b8
jvm
Slash
/
tv.blademaker.slash.context
/
DeferrableInteraction
Deferrable
Interaction
interface
DeferrableInteraction
Inheritors
ModalContext
SlashCommandContext
Members
Functions
acknowledge
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.
acknowledge
Async
Link copied to clipboard
open
suspend
fun
acknowledgeAsync
(
ephemeral
:
Boolean
)
:
Deferred
<
Unit
>