mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2024-11-16 21:33:53 +00:00
6 lines
108 B
Kotlin
6 lines
108 B
Kotlin
|
suspend fun main(args: Array<String>) {
|
||
|
activateResenderBot(args.first()) {
|
||
|
println(it)
|
||
|
}
|
||
|
}
|