Skip to content

Commit db3b262

Browse files
authored
Typo on_chosen_inline_query -> on_chosen_inline_result (pyrogram#559)
1 parent 8b3e1ce commit db3b262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyrogram/handlers/chosen_inline_result_handler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ChosenInlineResultHandler(Handler):
2424
It is intended to be used with :meth:`~pyrogram.Client.add_handler`
2525
2626
For a nicer way to register this handler, have a look at the
27-
:meth:`~pyrogram.Client.on_chosen_inline_query` decorator.
27+
:meth:`~pyrogram.Client.on_chosen_inline_result` decorator.
2828
2929
Parameters:
3030
callback (``callable``):

0 commit comments

Comments
 (0)