mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
feat: add chat_type to InlineQuery
This commit is contained in:
parent
de1a24cff2
commit
17606d09e9
1 changed files with 1 additions and 0 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue