pyrofork/pyrogram/client
Mendel E 584a6a046a Use shlex.split() for message.command
Enables easier and standard parsing, for quote wrapped args, etc.
Filters.command now has a posix argument, and the separator argument was
removed. shlex.split() works similar to having before separator=None.
2019-07-29 07:38:12 -04:00
..
ext Rework Client.idle() 2019-07-11 19:59:56 +02:00
filters Use shlex.split() for message.command 2019-07-29 07:38:12 -04: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