mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-01-24 00:04:14 +03:00
Fix interactive client not receiving updates
This commit is contained in:
parent
d98fd6a424
commit
ace44965f8
|
@ -52,7 +52,8 @@ class InteractiveTelegramClient(TelegramClient):
|
|||
super().__init__(
|
||||
session_user_id, api_id, api_hash,
|
||||
connection_mode=ConnectionMode.TCP_ABRIDGED,
|
||||
proxy=proxy
|
||||
proxy=proxy,
|
||||
update_workers=1
|
||||
)
|
||||
|
||||
# Store all the found media in memory here,
|
||||
|
|
Loading…
Reference in New Issue
Block a user