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