mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-12-05 22:05:38 +00:00
4 lines
79 B
Kotlin
4 lines
79 B
Kotlin
suspend fun main(args: Array<String>) {
|
|
doInlineQueriesBot(args.first())
|
|
}
|