mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2026-08-29 12:26:25 +00:00
update readmes
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
/**
|
||||
* Runs [activateStickerInfoBot] on the JVM and prints its startup bot information to standard output.
|
||||
*
|
||||
* @param args the Telegram bot token as the first element; additional elements are ignored
|
||||
*/
|
||||
suspend fun main(args: Array<String>) {
|
||||
activateStickerInfoBot(args.first()) {
|
||||
println(it)
|
||||
|
||||
Reference in New Issue
Block a user