File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
pyrogram/methods/decorators Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 4141 - :class: `CallbackQueryHandler `
4242 - :class: `InlineQueryHandler `
4343 - :class: `ChosenInlineResultHandler `
44- - :class: `ChatMemberUpdated `
44+ - :class: `ChatMemberUpdatedHandler `
4545 - :class: `UserStatusHandler `
4646 - :class: `PollHandler `
4747 - :class: `DisconnectHandler `
@@ -58,7 +58,7 @@ Details
5858.. autoclass :: CallbackQueryHandler()
5959.. autoclass :: InlineQueryHandler()
6060.. autoclass :: ChosenInlineResultHandler()
61- .. autoclass :: ChatMemberUpdated ()
61+ .. autoclass :: ChatMemberUpdatedHandler ()
6262.. autoclass :: UserStatusHandler()
6363.. autoclass :: PollHandler()
6464.. autoclass :: DisconnectHandler()
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def on_chat_member_updated(
3232 """Decorator for handling event changes on chat members.
3333
3434 This does the same thing as :meth:`~pyrogram.Client.add_handler` using the
35- :obj:`~pyrogram.handlers.ChatMemberUpdated `.
35+ :obj:`~pyrogram.handlers.ChatMemberUpdatedHandler `.
3636
3737 Parameters:
3838 filters (:obj:`~pyrogram.filters`, *optional*):
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ def on_chosen_inline_result(
3232 """Decorator for handling chosen inline results.
3333
3434 This does the same thing as :meth:`~pyrogram.Client.add_handler` using the
35- :obj:`~pyrogram.handlers.ChosenInlineResult `.
35+ :obj:`~pyrogram.handlers.ChosenInlineResultHandler `.
3636
3737 Parameters:
3838 filters (:obj:`~pyrogram.filters`, *optional*):
You can’t perform that action at this time.
0 commit comments