createModalInteractionResponse

suspend fun createModalInteractionResponse(interactionId: Snowflake, interactionToken: String, modal: DiscordModal)(source)
inline suspend fun createModalInteractionResponse(interactionId: Snowflake, interactionToken: String, title: String, customId: String, builder: ModalBuilder.() -> Unit)(source)