Simplify the workflow with UpdateState exposing a single flag param

This commit is contained in:
Lonami Exo
2017-09-08 12:54:38 +02:00
parent 25bbb20b0c
commit c81537bed0
4 changed files with 32 additions and 32 deletions

View File

@@ -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
)