Typo on_chosen_inline_query -> on_chosen_inline_result (#559)

This commit is contained in:
Shrimadhav U K 2020-12-12 21:27:51 +05:30 committed by GitHub
parent 8b3e1ce9cc
commit db3b262b8c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,7 +24,7 @@ class ChosenInlineResultHandler(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
:meth:`~pyrogram.Client.on_chosen_inline_query` decorator.
:meth:`~pyrogram.Client.on_chosen_inline_result` decorator.
Parameters:
callback (``callable``):