mirror of
https://github.com/InsanusMokrassar/TelegramBotAPI-examples.git
synced 2026-09-13 11:34:13 +00:00
update readmes
This commit is contained in:
@@ -36,7 +36,13 @@ private var BehaviourContextData.commonMessage: ChatContentMessage<*>?
|
||||
set(value) = set("commonMessage", value)
|
||||
|
||||
/**
|
||||
* This place can be the playground for your code.
|
||||
* Runs a diagnostics-oriented TelegramBotAPI playground using long polling.
|
||||
*
|
||||
* The bot logs every update and Bot API result, demonstrates global and handler-specific context
|
||||
* initialization, exposes commands for profile audios and the bot's Star balance, and observes
|
||||
* channel direct-messages configuration changes.
|
||||
*
|
||||
* @param args bot token followed by optional, case-sensitive `debug` and `testServer` flags
|
||||
*/
|
||||
suspend fun main(vararg args: String) {
|
||||
val botToken = args.first()
|
||||
|
||||
Reference in New Issue
Block a user