mirror of
https://github.com/Mayuri-Chan/pyrofork.git
synced 2025-12-29 12:04:51 +00:00
Typo on_chosen_inline_query -> on_chosen_inline_result (#559)
This commit is contained in:
parent
8b3e1ce9cc
commit
db3b262b8c
1 changed files with 1 additions and 1 deletions
|
|
@ -24,7 +24,7 @@ class ChosenInlineResultHandler(Handler):
|
||||||
It is intended to be used with :meth:`~pyrogram.Client.add_handler`
|
It is intended to be used with :meth:`~pyrogram.Client.add_handler`
|
||||||
|
|
||||||
For a nicer way to register this handler, have a look at the
|
For a nicer way to register this handler, have a look at the
|
||||||
:meth:`~pyrogram.Client.on_chosen_inline_query` decorator.
|
:meth:`~pyrogram.Client.on_chosen_inline_result` decorator.
|
||||||
|
|
||||||
Parameters:
|
Parameters:
|
||||||
callback (``callable``):
|
callback (``callable``):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue