Telethon/telethon/tl/custom
Lonami Exo 0b41454b01 Fix conversation setting result on cancelled futures
On timeout, they are cancelled. On a new message
arriving, we pop and set the result unconditionally.

    conv.send_message('Talk to me please')
    conv.get_response()
    try: conv.get_response(timeout=0.1)
    except asyncio.TimeoutError: pass
    conv.send_message('One more time...')
    conv.get_response()  # errors unless above is commented
2019-05-27 14:10:38 +02:00
..
__init__.py Add friendly method to get admin log (#952) 2019-01-03 13:09:59 +01:00
adminlogevent.py Update the reference with even more types and other docs 2019-05-07 21:25:55 +02:00
button.py Update the reference with even more types and other docs 2019-05-07 21:25:55 +02:00
chatgetter.py Call Chat/Sender Getter init methods 2019-05-12 14:00:12 +02:00
conversation.py Fix conversation setting result on cancelled futures 2019-05-27 14:10:38 +02:00
dialog.py Add friendly methods for archiving dialogs 2019-05-10 18:12:16 +02:00
draft.py Use the new in-memory entity cache 2019-03-26 11:39:25 +01:00
file.py Create a new Message.file property (#1168) 2019-05-08 18:41:40 +02:00
forward.py Call Chat/Sender Getter init methods 2019-05-12 14:00:12 +02:00
inlinebuilder.py Completely overhaul the documentation 2019-05-09 12:50:09 +02:00
inlineresult.py Fix and update links in the documentation 2019-01-12 13:06:14 +01:00
inlineresults.py Document InlineBuilder 2018-10-12 12:38:46 +02:00
inputsizedfile.py Fix copy pasted docs and snake_case files 2018-07-28 11:28:02 +02:00
message.py Fix message.text behaviour with no parse mode 2019-05-20 12:00:52 +02:00
messagebutton.py Implement click for KeyboardButtonGame 2018-12-24 17:56:30 +01:00
sendergetter.py Call Chat/Sender Getter init methods 2019-05-12 14:00:12 +02:00