Skip to content

Commit

Permalink
#1201
Browse files Browse the repository at this point in the history
  • Loading branch information
SpEcHiDe committed Feb 10, 2024
1 parent 86e12f2 commit 7a2acaf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyrogram/handlers/chosen_inline_result_handler.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ class ChosenInlineResultHandler(Handler):
"""The ChosenInlineResultHandler handler class. Used to handle chosen inline results coming from inline queries.
It is intended to be used with :meth:`~pyrogram.Client.add_handler`
Please see the official documentation on the `feedback collecting <https://core.telegram.org/bots/inline#collecting-feedback>`_ for details on how to enable these updates for your bot.
`This should only be used for statistical purposes, rather than functional <https://core.telegram.org/api/bots/inline#inline-feedback>`_.
For a nicer way to register this handler, have a look at the
:meth:`~pyrogram.Client.on_chosen_inline_result` decorator.
Expand Down

0 comments on commit 7a2acaf

Please sign in to comment.