mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2025-12-26 08:05:39 +00:00
6 lines
108 B
Kotlin
6 lines
108 B
Kotlin
suspend fun main(args: Array<String>) {
|
|
activateResenderBot(args.first()) {
|
|
println(it)
|
|
}
|
|
}
|