telegram.PassportElementErrorSelfie

class telegram.PassportElementErrorSelfie(type, file_hash, message, **_kwargs)

Bases: telegram.passport.passportelementerrors.PassportElementError

Represents an issue with the selfie with a document. The error is considered resolved when the file with the selfie 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) – The section of the user’s Telegram Passport which has the issue, one of "passport", "driver_license", "identity_card", "internal_passport".

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

  • message (str) – Error message.

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

type

The section of the user’s Telegram Passport which has the issue, one of "passport", "driver_license", "identity_card", "internal_passport".

Type

str

file_hash

Base64-encoded hash of the file with the selfie.

Type

str

message

Error message.

Type

str