pyrofork/pyrogram/client
Dan bed13de413 Fix ChatPreview objects failing to parse
This happened because Telegram changed the preview photo type from
ChatPhoto to Photo. The reason behind this change was due to ChatPhoto
requiring now a peer id to be downloaded, which is not available in case
of chat previews.
2019-07-28 09:47:11 +02:00
..
ext Rework Client.idle() 2019-07-11 19:59:56 +02:00
filters Refactor regex filter 2019-07-22 13:31:50 +02:00
handlers Rework user.status, add last_online_date and next_offline_date 2019-07-11 01:35:02 +02:00
methods Fix yet another compatibility issue with Path objects and Python 3.5 2019-07-28 09:32:35 +02:00
parser Fix lots of bound methods breaking due to latest changes on parse_mode 2019-07-21 01:03:19 +02:00
storage Log the invalid values when raising errors 2019-07-01 13:17:16 +02:00
types Fix ChatPreview objects failing to parse 2019-07-28 09:47:11 +02:00
__init__.py Remove ChatAction module too 2019-05-09 05:08:37 +02:00
client.py Add examples to utility methods 2019-07-25 11:17:28 +02:00