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