mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-05 11:32:30 +00:00
Simplify the workflow with UpdateState exposing a single flag param
This commit is contained in:
@@ -52,7 +52,6 @@ class InteractiveTelegramClient(TelegramClient):
|
||||
super().__init__(
|
||||
session_user_id, api_id, api_hash,
|
||||
connection_mode=ConnectionMode.TCP_ABRIDGED,
|
||||
enable_updates=True,
|
||||
proxy=proxy
|
||||
)
|
||||
|
||||
|
Reference in New Issue
Block a user