mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-14 21:46:38 +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() |
||
---|---|---|
.. | ||
__init__.py | ||
adminlogevent.py | ||
button.py | ||
chatgetter.py | ||
conversation.py | ||
dialog.py | ||
draft.py | ||
file.py | ||
forward.py | ||
inlinebuilder.py | ||
inlineresult.py | ||
inlineresults.py | ||
inputsizedfile.py | ||
message.py | ||
messagebutton.py | ||
sendergetter.py |