update readmes

This commit is contained in:
2026-08-21 15:51:06 +06:00
parent 016400a821
commit ce48393895
104 changed files with 2615 additions and 333 deletions

View File

@@ -41,7 +41,12 @@ import kotlinx.coroutines.flow.filter
import kotlinx.coroutines.flow.first
/**
* This place can be the playground for your code.
* Starts the long-polling suggested-post lifecycle playground.
*
* The first element of [args] must be the bot token. Optional exact values `debug`
* and `testServer` enable diagnostic logging and Telegram's test environment.
* Channel direct-message content is resent as a suggestion, then automatically
* declined after a three-message countdown unless an approval or decline arrives.
*/
suspend fun main(vararg args: String) {
val botToken = args.first()