respond
Respond to the interaction with response
Must be called in KiscordCall context
See also
inline suspend fun Interaction.respond(block: Interaction.Response.Builder.() -> Unit): Boolean(source)
Respond to the interaction with response builder
Must be called in KiscordCall context
See also
inline suspend fun Interaction.respond(type: Interaction.Response.Type, crossinline block: Interaction.Response.Data.Message.Builder.() -> Unit = {}): Boolean(source)
Respond to the interaction with response with specified type and optional response data builder
Must be called in KiscordCall context
See also
Respond to the message in the originating channel with message builder
Must be called in KiscordCall context