pyrofork/pyrogram
bakatrouble 87c4d08d9c client.join_chat() now returns pyrogram.Chat instead of MTProto Update (#206)
* client.join_chat() now returns pyrogram.Chat instead of MTProto Update

* Do not use Chat._parse_mtproto_chat() method

* Update chat.py

Rename _parse_mtproto_chat to a generic _parse_chat_chat
Hint about its current usage (none).
2019-03-01 18:28:46 +01:00
..
api Update copyright year 2019-01-01 12:36:16 +01:00
client client.join_chat() now returns pyrogram.Chat instead of MTProto Update (#206) 2019-03-01 18:28:46 +01:00
connection Update copyright year 2019-01-01 12:36:16 +01:00
crypto Update copyright year 2019-01-01 12:36:16 +01:00
session Update copyright year 2019-01-01 12:36:16 +01:00
vendor Vendor an updated (and working) typing module to fix <3.5.3 errors 2019-02-07 13:20:44 +01:00
__init__.py Monkey patch "typing" only for Python 3.5.0, 3.5.1 and 3.5.2 2019-02-07 16:27:17 +01:00