toggle menu
BotCommands
JVM
switch theme
search in API
BotCommands
/
io.github.freya022.botcommands.api.core.utils
/
replaceWith
replace
With
fun
InteractionHook
.
replaceWith
(
data
:
MessageEditData
)
:
WebhookMessageEditAction
<
Message
>
(
source
)
fun
InteractionHook
.
replaceWith
(
data
:
MessageCreateData
)
:
WebhookMessageEditAction
<
Message
>
(
source
)
fun
InteractionHook
.
replaceWith
(
content
:
String
)
:
WebhookMessageEditAction
<
Message
>
(
source
)
See also
Interaction
Hook.
edit
Original