From 17606d09e9ceb8468c4b68535294506249f935db Mon Sep 17 00:00:00 2001 From: Oleg A Date: Mon, 26 Apr 2021 18:15:00 +0300 Subject: [PATCH] feat: add `chat_type` to `InlineQuery` --- aiogram/types/inline_query.py | 1 + 1 file changed, 1 insertion(+) diff --git a/aiogram/types/inline_query.py b/aiogram/types/inline_query.py index 8b6ea533..63f4ab32 100644 --- a/aiogram/types/inline_query.py +++ b/aiogram/types/inline_query.py @@ -19,6 +19,7 @@ class InlineQuery(base.TelegramObject): from_user: User = fields.Field(alias='from', base=User) query: base.String = fields.Field() offset: base.String = fields.Field() + chat_type: base.String = fields.Field() location: Location = fields.Field(base=Location) async def answer(self,