EncryptedPassportElement¶
- class aiogram.enums.encrypted_passport_element.EncryptedPassportElement(value, names=None, *, module=None, qualname=None, type=None, start=1, boundary=None)[source]¶
This object represents type of encrypted passport element.
Source: https://core.telegram.org/bots/api#encryptedpassportelement
- PERSONAL_DETAILS = 'personal_details'¶
- PASSPORT = 'passport'¶
- DRIVER_LICENSE = 'driver_license'¶
- IDENTITY_CARD = 'identity_card'¶
- INTERNAL_PASSPORT = 'internal_passport'¶
- ADDRESS = 'address'¶
- UTILITY_BILL = 'utility_bill'¶
- BANK_STATEMENT = 'bank_statement'¶
- RENTAL_AGREEMENT = 'rental_agreement'¶
- PASSPORT_REGISTRATION = 'passport_registration'¶
- TEMPORARY_REGISTRATION = 'temporary_registration'¶
- PHONE_NUMBER = 'phone_number'¶
- EMAIL = 'email'¶