kord
or(map(map(map(map(valueof(ProcessOutputValueSource))))), map(map(map(map(valueof(ProcessOutputValueSource))))))
      Target filter
Search in API
Skip to content
    kord
kord-core/dev.kord.core.behavior.interaction.response/edit

edit

inline suspend fun EphemeralMessageInteractionResponseBehavior.edit(builder: InteractionResponseModifyBuilder.() -> Unit): EphemeralMessageInteractionResponse(source)

Requests to edit this EphemeralMessageInteractionResponseBehavior.

Return

The edited EphemeralMessageInteractionResponse.

Throws

RestRequestException

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

RestRequestException

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

RestRequestException

if something went wrong during the request.

Generated by Dokka
© 2026 Copyright