Skip to content

Commit

Permalink
Add documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe committed Jan 2, 2024
1 parent d9e7185 commit 040c84d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions docs/source/api/decorators.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Index
- :meth:`~Client.on_edited_message`

- :meth:`~Client.on_message_reaction_updated`

- :meth:`~Client.on_message_reaction_count_updated`
- :meth:`~Client.on_inline_query`
- :meth:`~Client.on_chosen_inline_result`
- :meth:`~Client.on_callback_query`
Expand Down Expand Up @@ -63,7 +63,7 @@ Details
.. autodecorator:: pyrogram.Client.on_edited_message()

.. autodecorator:: pyrogram.Client.on_message_reaction_updated()

.. autodecorator:: pyrogram.Client.on_message_reaction_count_updated()
.. autodecorator:: pyrogram.Client.on_inline_query()
.. autodecorator:: pyrogram.Client.on_chosen_inline_result()
.. autodecorator:: pyrogram.Client.on_callback_query()
Expand Down
4 changes: 2 additions & 2 deletions docs/source/api/handlers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Index
- :class:`EditedMessageHandler`

- :class:`MessageReactionUpdatedHandler`

- :class:`MessageReactionCountUpdatedHandler`
- :class:`InlineQueryHandler`
- :class:`ChosenInlineResultHandler`
- :class:`CallbackQueryHandler`
Expand Down Expand Up @@ -64,7 +64,7 @@ Details
.. autoclass:: EditedMessageHandler()

.. autoclass:: MessageReactionUpdatedHandler()

.. autoclass:: MessageReactionCountUpdatedHandler()
.. autoclass:: InlineQueryHandler()
.. autoclass:: ChosenInlineResultHandler()
.. autoclass:: CallbackQueryHandler()
Expand Down

0 comments on commit 040c84d

Please sign in to comment.