pyrofork/pyrogram/client
Dan 21dbbc3f0b Fix style parsers randomly returning "unsorted" dicts.
This is due to Python <3.6 having "unsorted" dicts. Dicts are inherently
unsorted, but starting from Python 3.6 they keep the order in which the
keys are inserted (useful for unpacking)
2018-12-31 17:13:50 +01:00
..
dispatcher Make all parse methods protected to hide them from the lib user 2018-12-19 13:00:33 +01:00
ext Remove unneeded parts in utils.py 2018-12-17 16:42:16 +01:00
filters Fix Filters.poll docstrings link to Poll type 2018-12-23 19:52:49 +01:00
handlers Expose UserStatusHandler and on_user_status 2018-10-15 10:17:00 +02:00
methods Fix get_message getting infinite replies 2018-12-31 12:02:15 +01:00
style Fix style parsers randomly returning "unsorted" dicts. 2018-12-31 17:13:50 +01:00
types Fix get_message getting infinite replies 2018-12-31 12:02:15 +01:00
__init__.py Expose UserStatusHandler and on_user_status 2018-10-15 10:17:00 +02:00
client.py Document save_file 2018-12-28 15:16:46 +01:00