This commit is contained in:
2026-01-01 20:37:27 -08:00
parent f3c79609d8
commit deb05c0d44
35 changed files with 5030 additions and 4879 deletions

View File

@@ -145,7 +145,9 @@ class Telegram(Provider):
[provider=telegram]
app_id=
api_hash=
bot_token=
"""
URL = ("t.me", "telegram.me")
def __init__(self, config: Optional[Dict[str, Any]] = None):
super().__init__(config)