mirror of
https://github.com/pyrogram/pyrogram
synced 2025-09-04 16:25:08 +00:00
Minor document fixes
This commit is contained in:
@@ -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*):
|
||||
|
Reference in New Issue
Block a user