Telethon/telethon/tl/custom
Lonami Exo 5e322a6ca9 Remove async properties from custom.Message
Awaiting on a property was strange and only really made sense
in events.NewMessage. Methods like client.get_messages() and
similar return entire custom.Message which won't need to touch
the network, and requiring the await was a poor UX.
2018-06-21 21:15:48 +02:00
..
__init__.py Add a custom Message class 2018-05-31 10:32:32 +02:00
dialog.py Add async/await on tl.custom 2018-06-10 20:29:57 +02:00
draft.py Merge pull request #843 from LonamiWebs/core-rewrite 2018-06-14 16:25:28 +02:00
input_sized_file.py Return a custom class for sized InputFile instead extra attrs 2018-01-18 20:09:59 +01:00
message.py Remove async properties from custom.Message 2018-06-21 21:15:48 +02:00
messagebutton.py Better custom.MessageButton.click() docs 2018-06-11 10:25:57 +02:00