telegram.PassportElementErrorTranslationFile

class telegram.PassportElementErrorTranslationFile(*args, **kwargs)[source]

Bases: telegram.PassportElementError

Represents an issue with one of the files that constitute the translation of a document. The error is considered resolved when the file changes.

Objects of this class are comparable in terms of equality. Two objects of this class are considered equal, if their source, type, file_hash, and message are equal.

Parameters
  • type (str) – Type of element of the user’s Telegram Passport which has the issue, one of "passport", "driver_license", "identity_card", "internal_passport", "utility_bill", "bank_statement", "rental_agreement", "passport_registration", "temporary_registration".

  • file_hash (str) – Base64-encoded hash of the file.

  • message (str) – Error message.

  • **kwargs (dict) – Arbitrary keyword arguments.

type[source]

Type of element of the user’s Telegram Passport which has the issue, one of "passport", "driver_license", "identity_card", "internal_passport", "utility_bill", "bank_statement", "rental_agreement", "passport_registration", "temporary_registration".

Type

str

file_hash[source]

Base64-encoded hash of the file.

Type

str

message[source]

Error message.

Type

str