refactor(telegram): every user-facing string lives in TelegramTexts with English defaults

This commit is contained in:
hh
2026-09-02 00:16:38 +02:00
parent cae2ed4161
commit 90d0fb0f00
6 changed files with 227 additions and 120 deletions
@@ -43,7 +43,7 @@ class Draft:
thread_id: int | None,
turn_id: str,
interval: float = 0.7,
status: str = "думаю",
status: str = "thinking",
) -> None:
self._bot = bot
self._chat_id = chat_id