mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-bot_template.git
synced 2025-09-04 07:49:17 +00:00
@@ -34,7 +34,7 @@ suspend fun main(args: Array<String>) {
|
|||||||
reply(it, "Hello, I am ${me.firstName}")
|
reply(it, "Hello, I am ${me.firstName}")
|
||||||
}
|
}
|
||||||
|
|
||||||
// That will be called on the end of bot initiation. After that prinln will be started long polling and bot will
|
// That will be called on the end of bot initiation. After that println will be started long polling and bot will
|
||||||
// react on your commands
|
// react on your commands
|
||||||
println(me)
|
println(me)
|
||||||
}.join()
|
}.join()
|
||||||
|
Reference in New Issue
Block a user