mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-11-12 13:55:13 +03:00
Fixes #1426. Not entirely happy with the new indirection layer, but the original __call__ method is already a mess anyway and the additional cost of an extra call should be neglible compared to the actual IO. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| account.py | ||
| auth.py | ||
| bots.py | ||
| buttons.py | ||
| chats.py | ||
| dialogs.py | ||
| downloads.py | ||
| messageparse.py | ||
| messages.py | ||
| telegrambaseclient.py | ||
| telegramclient.py | ||
| updates.py | ||
| uploads.py | ||
| users.py | ||