pyrofork/pyrogram/client/methods
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
..
bots Remove hints about using t.me/joinchat/ links as chat ids 2018-07-27 00:40:08 +02:00
chats Update default rights to the least common between supergroups & channels 2018-10-01 10:52:09 +02:00
contacts Document get_contacts 2018-05-12 11:31:09 +02:00
decorators Allow on_message to behave like a static decorator 2018-10-12 14:12:29 +02:00
messages Add missing docstrings for edit_message_media 2018-09-20 16:33:36 +02:00
password Refactor the project by using Mixin classes 2018-05-07 14:30:55 +02:00
users Remove hints about using t.me/joinchat/ links as chat ids 2018-07-27 00:40:08 +02:00
utilities Revert "Move resolve_peer into utilities" 2018-08-10 11:29:13 +02:00
__init__.py Export Utility methods 2018-08-10 11:29:55 +02:00