MTPyroger/pyrogram/client
Dan d8765080d3
Update Filters.command
- Removed "posix" parameter because we only want posix=True and the filter becomes simpler.
- Figured out how to deal with single backslashes ("\") errors.
- Refactor the whole filter: use better names for identifiers.
- Rename parameter "prefix" to "prefixes".
2019-07-31 23:57:16 +02:00
..
ext Rework Client.idle() 2019-07-11 19:59:56 +02:00
filters Update Filters.command 2019-07-31 23:57:16 +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 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