mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Rename encrypted_passport_element_type -> type
This commit is contained in:
parent
13408426db
commit
c73888bd98
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ class EncryptedPassportElement(base.TelegramObject):
|
|||
https://core.telegram.org/bots/api#encryptedpassportelement
|
||||
"""
|
||||
|
||||
encrypted_passport_element_type: base.String = fields.Field(alias="type")
|
||||
type: base.String = fields.Field()
|
||||
data: base.String = fields.Field()
|
||||
phone_number: base.String = fields.Field()
|
||||
email: base.String = fields.Field()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue