feat: rename telegram client module

This commit is contained in:
banteg
2025-12-29 19:37:26 +04:00
parent e1fcc681eb
commit 040f0e5fec
7 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ The orchestrator module containing:
queue per bot token; updates are confirmed when a client requests a higher `offset`, so
multiple instances with the same token will race (duplicates and/or missed updates)
### `telegram_client.py` — Telegram Bot API
### `telegram.py` — Telegram Bot API
Minimal async client wrapping the Bot API: