mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-22 09:26:37 +03:00
0a3d164806
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() |
||
---|---|---|
.. | ||
client | ||
crypto | ||
errors | ||
events | ||
extensions | ||
network | ||
sessions | ||
tl | ||
__init__.py | ||
entitycache.py | ||
helpers.py | ||
hints.py | ||
password.py | ||
requestiter.py | ||
statecache.py | ||
sync.py | ||
utils.py | ||
version.py |