queue

open fun queue()

Queue the request and don't wait for the response.

Automatically check if the interaction was acknowledged.

If not ACK: reply(ephemeral: Boolean).queue() If ACK: send(ephemeral: Boolean).queue()

Parameters

ephemeral

Set if the message is ephemeral.

See also