discordInteractionsWebhook
inline fun Route.discordInteractionsWebhook(client: Kiscord, block: ServerInteractionsHost.Builder.() -> Unit)(source)
inline fun Route.discordInteractionsWebhook(block: ServerInteractionsHost.Builder.() -> Unit): Kiscord(source)
inline fun Route.discordInteractionsWebhook(path: String, block: ServerInteractionsHost.Builder.() -> Unit): Kiscord(source)