DiscordKt
0.23.4
DiscordKt
/
me.jakejmattson.discordkt.dsl
/
edit
edit
fun
<
T
:
Data
>
T
.
edit
(
edits
:
T
.
(
)
->
Unit
)
Content copied to clipboard
Apply an edit to a
Data
and save to file.
suspend
fun
Message
.
edit
(
menu
:
Menu
)
:
Message
Content copied to clipboard
Replace an existing message with a
Menu
.