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

@@ -15,7 +15,12 @@ import dev.inmo.tgbotapi.utils.customEmoji
import dev.inmo.tgbotapi.utils.regular
/**
* This bot will send info about user reactions in his PM with reply to message user reacted to
* Runs the ReactionsInfoBot example using long polling.
*
* User-attributed reaction changes are reported to the reacting user in a private cross-chat reply, with a temporary
* `✍` reaction marking the source message. Anonymous reaction-count updates are printed to standard output.
*
* @param args the bot token first and, optionally, `debug` as the second element to enable formatted KSLog output
*/
suspend fun main(vararg args: String) {
val botToken = args.first()