mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-08-08 21:10:29 +00:00
Remove client.disconnected property
This commit is contained in:
@@ -301,9 +301,6 @@ def init(
|
||||
def get_loop(self: 'TelegramClient') -> asyncio.AbstractEventLoop:
|
||||
return asyncio.get_event_loop()
|
||||
|
||||
def get_disconnected(self: 'TelegramClient') -> asyncio.Future:
|
||||
return self._sender.disconnected
|
||||
|
||||
def get_flood_sleep_threshold(self):
|
||||
return self._flood_sleep_threshold
|
||||
|
||||
|
Reference in New Issue
Block a user