pyrofork/pyrogram/client
Dan 0025489c86 Allow on_message to behave like a static decorator
This enabled usages like @Client.on_message(...).
To preserve positional arguments order and thus ease the static
decorator usage there's a not-so-elegant hack in place that shifts
values.
2018-10-12 14:12:29 +02:00
..
dispatcher Add a proxy to the Client instance inside CallbackQuery objects 2018-10-09 14:07:01 +02:00
ext Add a proxy to the Client instance inside CallbackQuery objects 2018-10-09 14:07:01 +02:00
filters Small docstring fixes 2018-09-14 15:34:00 +02:00
handlers Make handlers test whether filters are callable and not if they exist 2018-09-14 15:28:08 +02:00
methods Allow on_message to behave like a static decorator 2018-10-12 14:12:29 +02:00
style Revert "Add Empty parse mode" 2018-05-31 13:03:20 +02:00
types Add CallbackQuery.answer bound method 2018-10-09 14:08:01 +02:00
__init__.py Add Handler to deleted messages update 2018-06-19 11:18:12 -03:00
client.py Don't swallow left_chat_member updates 2018-10-01 09:45:32 +02:00