Telethon/telethon
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
..
client Support .name attr in utils.is_type/client.upload_file 2018-06-21 16:31:03 +02:00
crypto Remove underscore from module names 2018-06-18 21:02:42 +02:00
errors Remove underscore from module names 2018-06-18 21:02:42 +02:00
events Fix pattern= and move pattern_match to events.NewMessage 2018-06-20 20:03:44 +02:00
extensions Fix socket may be None when closing twice 2018-06-20 17:59:11 +02:00
network Fix cancelling a None handle on first connection+error 2018-06-21 09:48:11 +02:00
sessions Remove unused fields from the Sessions 2018-06-14 17:04:15 +02:00
tl Remove async properties from custom.Message 2018-06-21 21:15:48 +02:00
__init__.py Merge pull request #843 from LonamiWebs/core-rewrite 2018-06-14 16:25:28 +02:00
helpers.py Create a self-contained MTProtoState 2018-06-09 11:34:01 +02:00
updatestate.py Remove underscore from module names 2018-06-18 21:02:42 +02:00
utils.py Support .name attr in utils.is_type/client.upload_file 2018-06-21 16:31:03 +02:00
version.py Update to v0.19.1 2018-06-03 14:20:50 +02:00