edit
inline suspend fun EphemeralMessageInteractionResponseBehavior.edit(builder: InteractionResponseModifyBuilder.() -> Unit): EphemeralMessageInteractionResponse(source)
Requests to edit this EphemeralMessageInteractionResponseBehavior.
Return
The edited EphemeralMessageInteractionResponse.
Throws
if something went wrong during the request.
inline suspend fun MessageInteractionResponseBehavior.edit(builder: InteractionResponseModifyBuilder.() -> Unit): MessageInteractionResponse(source)
Requests to edit this MessageInteractionResponseBehavior.
Return
The edited MessageInteractionResponse.
Throws
if something went wrong during the request.
inline suspend fun PublicMessageInteractionResponseBehavior.edit(builder: InteractionResponseModifyBuilder.() -> Unit): PublicMessageInteractionResponse(source)
Requests to edit this PublicMessageInteractionResponseBehavior.
Return
The edited PublicMessageInteractionResponse.
Throws
if something went wrong during the request.