pyrofork/pyrogram/client
Mendel E 02451ffeb5 Try/except handler.check()
Previously, when handler.check raised errors, it would be excepted by
the try on line 153, and would fail to loop through the rest of the
groups/handlers.
2019-07-29 07:31:07 -04:00
..
ext Try/except handler.check() 2019-07-29 07:31:07 -04: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 Enhance Parser when dealing with leading and trailing whitespaces 2019-07-28 15:11:18 +02:00
storage Log the invalid values when raising errors 2019-07-01 13:17:16 +02:00
types Fix forward copies having "None" as caption in case of no caption at all 2019-07-29 12:16:00 +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