DiscordKt
Toggle table of contents
0.26.0
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
DiscordKt
DiscordKt
/
me.jakejmattson.discordkt.dsl
/
edit
edit
fun
<
T
:
Data
>
T
.
edit
(
edits
:
T
.
(
)
->
Unit
)
Apply an edit to a
Data
and save to file.
suspend
fun
Message
.
edit
(
menu
:
Menu
)
:
Message
Replace an existing message with a
Menu
.