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
@@ -5,7 +5,7 @@ import httpx
import pytest
from takopi.logging import RedactTokenFilter
from takopi.telegram_client import TelegramClient
from takopi.telegram import TelegramClient
def test_telegram_429_retry_after_calls_sleep() -> None: