mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
pyrofork: Fixed some missing docs
Signed-off-by: Yasir Aris M <git@yasirdev.my.id>
This commit is contained in:
parent
f6f003d25a
commit
945ff8b642
2 changed files with 9 additions and 1 deletions
|
|
@ -41,6 +41,8 @@ Index
|
|||
- :meth:`~Client.on_edited_message`
|
||||
- :meth:`~Client.on_edited_bot_business_message`
|
||||
- :meth:`~Client.on_callback_query`
|
||||
- :meth:`~Client.on_shipping_query`
|
||||
- :meth:`~Client.on_pre_checkout_query`
|
||||
- :meth:`~Client.on_message_reaction_updated`
|
||||
- :meth:`~Client.on_message_reaction_count_updated`
|
||||
- :meth:`~Client.on_inline_query`
|
||||
|
|
@ -54,6 +56,7 @@ Index
|
|||
- :meth:`~Client.on_poll`
|
||||
- :meth:`~Client.on_disconnect`
|
||||
- :meth:`~Client.on_raw_update`
|
||||
- :meth:`~Client.on_error`
|
||||
|
||||
-----
|
||||
|
||||
|
|
@ -76,9 +79,10 @@ Details
|
|||
.. autodecorator:: pyrogram.Client.on_chat_member_updated()
|
||||
.. autodecorator:: pyrogram.Client.on_chat_join_request()
|
||||
.. autodecorator:: pyrogram.Client.on_deleted_messages()
|
||||
.. autodecorator:: pyrogram.Client.on_edited_bot_business_message()
|
||||
.. autodecorator:: pyrogram.Client.on_deleted_bot_business_message()
|
||||
.. autodecorator:: pyrogram.Client.on_user_status()
|
||||
.. autodecorator:: pyrogram.Client.on_story()
|
||||
.. autodecorator:: pyrogram.Client.on_poll()
|
||||
.. autodecorator:: pyrogram.Client.on_disconnect()
|
||||
.. autodecorator:: pyrogram.Client.on_raw_update()
|
||||
.. autodecorator:: pyrogram.Client.on_error()
|
||||
|
|
|
|||
|
|
@ -43,6 +43,8 @@ Index
|
|||
- :class:`DeletedMessagesHandler`
|
||||
- :class:`DeletedBotBusinessMessagesHandler`
|
||||
- :class:`CallbackQueryHandler`
|
||||
- :class:`PreCheckoutQueryHandler`
|
||||
- :class:`ShippingQueryHandler`
|
||||
- :class:`MessageReactionUpdatedHandler`
|
||||
- :class:`MessageReactionCountUpdatedHandler`
|
||||
- :class:`InlineQueryHandler`
|
||||
|
|
@ -53,6 +55,7 @@ Index
|
|||
- :class:`PollHandler`
|
||||
- :class:`DisconnectHandler`
|
||||
- :class:`RawUpdateHandler`
|
||||
- :class:`ErrorHandler`
|
||||
|
||||
-----
|
||||
|
||||
|
|
@ -80,3 +83,4 @@ Details
|
|||
.. autoclass:: PollHandler()
|
||||
.. autoclass:: DisconnectHandler()
|
||||
.. autoclass:: RawUpdateHandler()
|
||||
.. autoclass:: ErrorHandler()
|
||||
|
|
|
|||
Loading…
Reference in a new issue