2
0
mirror of https://github.com/pyrogram/pyrogram synced 2025-09-04 16:25:08 +00:00

Minor document fixes

This commit is contained in:
Dan
2021-03-17 15:42:54 +01:00
parent ddb2d84f96
commit 1c52d21d65
3 changed files with 4 additions and 4 deletions

View File

@@ -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*):

View File

@@ -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*):