updateEphemeralMessage
inline suspend fun ComponentInteractionBehavior.updateEphemeralMessage(builder: UpdateMessageInteractionResponseCreateBuilder.() -> Unit): EphemeralMessageInteractionResponseBehavior(source)
Responds to the interaction by updating the original ephemeral message.
There is nothing that will prevent you from calling this for a public message but subsequent operations on the returned EphemeralMessageInteractionResponseBehavior might fail.
This is not available for ModalSubmitInteractions that do not contain a message.