Telethon/telethon/client
Lonami Exo 1c3e7dda01 Avoid explicitly passing the loop to asyncio
This behaviour is deprecated and will be removed in future versions
of Python. Technically, it could be considered a bug (invalid usage
causing different behaviour from the expected one), and in practice
it should not break much code (because .get_event_loop() would likely
be the same event loop anyway).
2020-07-25 18:39:35 +02:00
..
__init__.py Add new takeout method 2019-01-05 17:18:40 +01:00
account.py Avoid using telethon.sync in the examples 2019-08-13 23:33:39 +02:00
auth.py Move qrlogin with the rest of custom types 2020-06-06 13:47:56 +02:00
bots.py Avoid using telethon.sync in the examples 2019-08-13 23:33:39 +02:00
buttons.py Add some missing words in the docs 2020-01-19 13:25:58 +01:00
chats.py Expose missing embed_links param in edit_permissions 2020-05-09 17:35:26 +02:00
dialogs.py Avoid explicitly passing the loop to asyncio 2020-07-25 18:39:35 +02:00
downloads.py Update documentation with new errors and further clarifications 2020-06-22 13:21:45 +02:00
messageparse.py Fix another crash for return value when sending albums 2020-05-24 19:01:05 +02:00
messages.py Return produced service message with pin_message 2020-04-29 10:29:14 +02:00
telegrambaseclient.py Avoid explicitly passing the loop to asyncio 2020-07-25 18:39:35 +02:00
telegramclient.py Remove messy subclassing in the TelegramClient 2019-06-24 17:48:46 +02:00
updates.py Avoid explicitly passing the loop to asyncio 2020-07-25 18:39:35 +02:00
uploads.py Improve upload_file by properly supporting streaming files 2020-07-15 14:35:42 +02:00
users.py Avoid explicitly passing the loop to asyncio 2020-07-25 18:39:35 +02:00