pyrofork/pyrogram/methods/decorators
Sam b423730dcb
Fix on_disconnect decorator not working (#1134)
* Fix on_disconnect decorator not working

* Remove useless if else statment in on_raw_update
2022-11-13 14:18:42 +01:00
..
__init__.py Handle edited messages using a separate handler 2022-04-24 11:56:07 +02:00
on_callback_query.py Improve type hints 2022-04-24 11:56:06 +02:00
on_chat_join_request.py Improve type hints 2022-04-24 11:56:06 +02:00
on_chat_member_updated.py Improve type hints 2022-04-24 11:56:06 +02:00
on_chosen_inline_result.py Improve type hints 2022-04-24 11:56:06 +02:00
on_deleted_messages.py Improve type hints 2022-04-24 11:56:06 +02:00
on_disconnect.py Fix on_disconnect decorator not working (#1134) 2022-11-13 14:18:42 +01:00
on_edited_message.py Fix on_edited_message not being correctly registered in plugins 2022-04-25 17:27:36 +02:00
on_inline_query.py Improve type hints 2022-04-24 11:56:06 +02:00
on_message.py Handle edited messages using a separate handler 2022-04-24 11:56:07 +02:00
on_poll.py Improve type hints 2022-04-24 11:56:06 +02:00
on_raw_update.py Fix on_disconnect decorator not working (#1134) 2022-11-13 14:18:42 +01:00
on_user_status.py Improve type hints 2022-04-24 11:56:06 +02:00