* 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).
This will cut client.py down from ~4k to ~1k SLOC and also makes the whole project tidier and more organized.