pyrofork/pyrogram/client/methods
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
..
bots Move get_game_high_scores method into bots folder 2019-01-07 22:35:17 +01:00
chats client.join_chat() now returns pyrogram.Chat instead of MTProto Update (#206) 2019-03-01 18:28:46 +01:00
contacts Make get_contacts return a list of User objects 2019-02-06 11:28:57 +01:00
decorators Update copyright year 2019-01-01 12:36:16 +01:00
messages Fix send_* methods sending the incorrect Telegram media message type 2019-02-12 20:29:05 +01:00
password Update copyright year 2019-01-01 12:36:16 +01:00
users Add client.set_username() method (#208) 2019-03-01 18:06:17 +01:00
__init__.py Update copyright year 2019-01-01 12:36:16 +01:00