mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
hotfix(updates): CHOSEN_INLINE_RESULT is a correct API-term
This commit is contained in:
parent
d8c6214170
commit
4603961321
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue