pyrofork/pyrogram/client
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
..
dispatcher Add a way to continue the update propagation within a group 2019-02-04 12:33:54 +01:00
ext Update iter_chat_members efficiency 2019-01-24 17:21:41 +01:00
filters Reword some filter docstrings to better explain their usages 2019-02-04 18:23:40 +01:00
handlers Move the check method into Handler superclass 2019-02-04 10:35:00 +01:00
methods client.join_chat() now returns pyrogram.Chat instead of MTProto Update (#206) 2019-03-01 18:28:46 +01:00
style Automatically cast message and caption arguments to str 2019-01-03 20:53:48 +01:00
types client.join_chat() now returns pyrogram.Chat instead of MTProto Update (#206) 2019-03-01 18:28:46 +01:00
__init__.py Update copyright year 2019-01-01 12:36:16 +01:00
client.py Fix plugins import on windows (#223) 2019-02-27 22:27:50 +01:00