mirror of
https://github.com/pyrogram/pyrogram
synced 2025-08-23 18:37:26 +00:00
Minor document fixes
This commit is contained in:
parent
ddb2d84f96
commit
1c52d21d65
@ -41,7 +41,7 @@ Index
|
||||
- :class:`CallbackQueryHandler`
|
||||
- :class:`InlineQueryHandler`
|
||||
- :class:`ChosenInlineResultHandler`
|
||||
- :class:`ChatMemberUpdated`
|
||||
- :class:`ChatMemberUpdatedHandler`
|
||||
- :class:`UserStatusHandler`
|
||||
- :class:`PollHandler`
|
||||
- :class:`DisconnectHandler`
|
||||
@ -58,7 +58,7 @@ Details
|
||||
.. autoclass:: CallbackQueryHandler()
|
||||
.. autoclass:: InlineQueryHandler()
|
||||
.. autoclass:: ChosenInlineResultHandler()
|
||||
.. autoclass:: ChatMemberUpdated()
|
||||
.. autoclass:: ChatMemberUpdatedHandler()
|
||||
.. autoclass:: UserStatusHandler()
|
||||
.. autoclass:: PollHandler()
|
||||
.. autoclass:: DisconnectHandler()
|
||||
|
@ -32,7 +32,7 @@ class OnChatMemberUpdated(Scaffold):
|
||||
"""Decorator for handling event changes on chat members.
|
||||
|
||||
This does the same thing as :meth:`~pyrogram.Client.add_handler` using the
|
||||
:obj:`~pyrogram.handlers.ChatMemberUpdated`.
|
||||
:obj:`~pyrogram.handlers.ChatMemberUpdatedHandler`.
|
||||
|
||||
Parameters:
|
||||
filters (:obj:`~pyrogram.filters`, *optional*):
|
||||
|
@ -32,7 +32,7 @@ class OnChosenInlineResult(Scaffold):
|
||||
"""Decorator for handling chosen inline results.
|
||||
|
||||
This does the same thing as :meth:`~pyrogram.Client.add_handler` using the
|
||||
:obj:`~pyrogram.handlers.ChosenInlineResult`.
|
||||
:obj:`~pyrogram.handlers.ChosenInlineResultHandler`.
|
||||
|
||||
Parameters:
|
||||
filters (:obj:`~pyrogram.filters`, *optional*):
|
||||
|
Loading…
x
Reference in New Issue
Block a user