Telethon/telethon/events
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 Link Python keywords with Python's documentation 2019-07-06 12:11:00 +02:00
album.py Add hacks to properly handle events.Album from other DCs 2020-06-06 21:01:02 +02:00
callbackquery.py Allow event's func to be async (#1461) 2020-05-16 09:58:37 +02:00
chataction.py Remove unused imports and variables 2020-07-04 13:29:43 +02:00
common.py Avoid explicitly passing the loop to asyncio 2020-07-25 18:39:35 +02:00
inlinequery.py Avoid explicitly passing the loop to asyncio 2020-07-25 18:39:35 +02:00
messagedeleted.py Add examples to all events 2020-02-20 10:18:26 +01:00
messageedited.py Add examples to all events 2020-02-20 10:18:26 +01:00
messageread.py Add examples to all events 2020-02-20 10:18:26 +01:00
newmessage.py Remove unused imports and variables 2020-07-04 13:29:43 +02:00
raw.py Allow event's func to be async (#1461) 2020-05-16 09:58:37 +02:00
userupdate.py Add examples to all events 2020-02-20 10:18:26 +01:00