Files
TelegramBotAPI-examples/InlineQueriesBot/src/jvmMain/kotlin/InlineQueriesBot.kt
bpavuk 7964dc4eea code cleanup
optimized imports here and there, made CustomBot working as intended
2024-07-10 19:25:00 +03:00

4 lines
79 B
Kotlin

suspend fun main(args: Array<String>) {
doInlineQueriesBot(args.first())
}