From 4603961321f3a4ac9338a36b29f96d927dd5a0ee Mon Sep 17 00:00:00 2001 From: Martin Winks <50446230+uwinx@users.noreply.github.com> Date: Fri, 4 Sep 2020 10:23:41 +0400 Subject: [PATCH] hotfix(updates): CHOSEN_INLINE_RESULT is a correct API-term --- aiogram/types/update.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aiogram/types/update.py b/aiogram/types/update.py index 2146cb9d..f8aee7e5 100644 --- a/aiogram/types/update.py +++ b/aiogram/types/update.py @@ -55,7 +55,7 @@ class AllowedUpdates(helper.Helper): CHANNEL_POST = helper.ListItem() # channel_post EDITED_CHANNEL_POST = helper.ListItem() # edited_channel_post INLINE_QUERY = helper.ListItem() # inline_query - CHOSEN_INLINE_QUERY = helper.ListItem() # chosen_inline_result + CHOSEN_INLINE_RESULT = helper.ListItem() # chosen_inline_result CALLBACK_QUERY = helper.ListItem() # callback_query SHIPPING_QUERY = helper.ListItem() # shipping_query PRE_CHECKOUT_QUERY = helper.ListItem() # pre_checkout_query