deferEphemeralResponseUnsafe
open suspend fun deferEphemeralResponseUnsafe(): EphemeralMessageInteractionResponseBehavior(source)
Acknowledges the interaction with the intent of responding with an ephemeral message later by calling edit on the returned object.
There will be a 'loading' animation that is only visible to the user who invoked the interaction.
This method is marked as unsafe since it can result in strange behavior when followups are used incorrectly, you probably want to use deferEphemeralResponse instead.
Throws
if something went wrong during the request.