InteractionCall
Types
Functions
Properties
Extensions
Link copied to clipboard
suspend fun InteractionCall<*>.autocomplete(block: suspend Interaction.Response.Data.Autocomplete.Builder.() -> Unit)
Link copied to clipboard
suspend fun InteractionCall<*>.deferredMessage(type: Interaction.Response.Type? = null, block: suspend EditMessage.Builder.() -> Unit)
Link copied to clipboard
suspend fun InteractionCall<*>.message(type: Interaction.Response.Type? = null, block: suspend Interaction.Response.Data.Message.Builder.() -> Unit)
Link copied to clipboard
suspend fun InteractionCall<*>.modal(block: suspend Interaction.Response.Data.Modal.Builder.() -> Unit)
Link copied to clipboard