From 6cb3e92838205377db94c302f2f647926718ae7f Mon Sep 17 00:00:00 2001 From: Dan <14043624+delivrance@users.noreply.github.com> Date: Sat, 22 May 2021 10:01:46 +0200 Subject: [PATCH] Reword a note --- pyrogram/types/inline_mode/chosen_inline_result.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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__(