PassportElementErrorFile#

class aiogram.types.passport_element_error_file.PassportElementErrorFile(*, source: ~typing.Literal[<PassportElementErrorType.FILE: 'file'>] = PassportElementErrorType.FILE, type: str, file_hash: str, message: str, **extra_data: ~typing.Any)[source]#

Represents an issue with a document scan. The error is considered resolved when the file with the document scan changes.

Source: https://core.telegram.org/bots/api#passportelementerrorfile

source: Literal[PassportElementErrorType.FILE]#

Error source, must be file

type: str#

The section of the user’s Telegram Passport which has the issue, one of ‘utility_bill’, ‘bank_statement’, ‘rental_agreement’, ‘passport_registration’, ‘temporary_registration’

file_hash: str#

Base64-encoded file hash

message: str#

Error message