PassportElementErrorFiles#

class aiogram.types.passport_element_error_files.PassportElementErrorFiles(*, source: Literal[PassportElementErrorType.FILES] = PassportElementErrorType.FILES, type: str, file_hashes: List[str], message: str, **extra_data: Any)[source]#

Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes.

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

source: Literal[PassportElementErrorType.FILES]#

Error source, must be files

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“

model_computed_fields: ClassVar[dict[str, ComputedFieldInfo]] = {}#

A dictionary of computed field names and their corresponding ComputedFieldInfo objects.

model_post_init(_ModelMetaclass__context: Any) None#

We need to both initialize private attributes and call the user-defined model_post_init method.

file_hashes: List[str]#

List of base64-encoded file hashes

message: str#

Error message