Telethon/telethon/client
Lonami Exo e24dd3ad75 Prevent double-connect causing double-reads later
Which leads to "RuntimeError: readexactly() called while another
coroutine is already waiting for incoming data" being raised,
and causing everything to break or halt.
2019-08-11 19:05:11 +02:00
..
__init__.py Add new takeout method 2019-01-05 17:18:40 +01:00
account.py Link Python keywords with Python's documentation 2019-07-06 12:11:00 +02:00
auth.py Link Python keywords with Python's documentation 2019-07-06 12:11:00 +02:00
bots.py Minor documentation and type hint updates 2019-07-17 12:37:16 +02:00
buttons.py Remove messy subclassing in the TelegramClient 2019-06-24 17:48:46 +02:00
chats.py Add kick_participant 2019-08-01 19:21:01 +02:00
dialogs.py Support iterating over specific drafts more easily 2019-08-01 20:15:32 +02:00
downloads.py Minor documentation and type hint updates 2019-07-17 12:37:16 +02:00
messageparse.py Link Python keywords with Python's documentation 2019-07-06 12:11:00 +02:00
messages.py Update docstring for send_read_acknowledge 2019-08-11 10:23:45 +02:00
telegrambaseclient.py Prevent double-connect causing double-reads later 2019-08-11 19:05:11 +02:00
telegramclient.py Remove messy subclassing in the TelegramClient 2019-06-24 17:48:46 +02:00
updates.py Fix issues with to/from ID in private chats with multiple clients 2019-08-07 00:46:19 +02:00
uploads.py Update docs for silent parameter 2019-08-10 09:06:05 +02:00
users.py Minor documentation and type hint updates 2019-07-17 12:37:16 +02:00