diff --git a/pyrogram/types/inline_mode/chosen_inline_result.py b/pyrogram/types/inline_mode/chosen_inline_result.py index 8da825ea..578ef64a 100644 --- a/pyrogram/types/inline_mode/chosen_inline_result.py +++ b/pyrogram/types/inline_mode/chosen_inline_result.py @@ -29,6 +29,11 @@ from ..update import Update class ChosenInlineResult(Object, Update): """A :doc:`result ` of an inline query chosen by the user and sent to their chat partner. + .. note:: + + In order to receive these updates, your bot must have "inline feedback" enabled. You can enable this feature + with `@BotFather `_. + Parameters: result_id (``str``): The unique identifier for the result that was chosen. @@ -46,11 +51,6 @@ class ChosenInlineResult(Object, Update): Identifier of the sent inline message. Available only if there is an :doc:`inline keyboard ` attached to the message. Will be also received in :doc:`callback queries ` and can be used to edit the message. - - .. note:: - - It is necessary to enable inline feedback via `@Botfather `_ in order to receive these - objects in updates. """ def __init__(