mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2025-03-08 21:25:48 +03:00
The incoming messages were never updated, so of course their edit_date wasn't either. This would cause the library to be stuck until it timed out, because the event had already arrived before we waited for it. As an example: await conv.send_message('foo') await sleep(1) # bot has plenty of time to respond+edit await conv.get_edit() |
||
---|---|---|
.. | ||
core | ||
custom | ||
__init__.py | ||
tlobject.py |