createModal
suspend fun Interaction.createModal(title: String, vararg inputs: TextInput, callback: suspend ResponseContext<ModalSubmit>.(ModalSubmit) -> Unit)(source)
Respond to the interaction by creating a modal for the user
Respond to the interaction by creating a modal for the user