edit
inline suspend fun EphemeralFollowupMessageBehavior.edit(builder: FollowupMessageModifyBuilder.() -> Unit): EphemeralFollowupMessage(source)
Requests to edit this followup message.
Return
The edited EphemeralFollowupMessage of the interaction response.
Throws
if something went wrong during the request.
inline suspend fun FollowupMessageBehavior.edit(builder: FollowupMessageModifyBuilder.() -> Unit): FollowupMessage(source)
Requests to edit this followup message.
Return
The edited FollowupMessage of the interaction response, either public or ephemeral.
Throws
if something went wrong during the request.
inline suspend fun PublicFollowupMessageBehavior.edit(builder: FollowupMessageModifyBuilder.() -> Unit): PublicFollowupMessage(source)
Requests to edit this followup message.
Return
The edited PublicFollowupMessage of the interaction response.
Throws
if something went wrong during the request.