telegram.PassportElementErrorReverseSide

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

Bases: telegram.PassportElementError

Represents an issue with the reverse side of a document. The error is considered resolved when the file with the reverse side of the document 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 "driver_license", "identity_card".

  • file_hash (str) – Base64-encoded hash of the file with the reverse side of the document.

  • message (str) – Error message.

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

type[source]

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

Type

str

file_hash[source]

Base64-encoded hash of the file with the reverse side of the document.

Type

str

message[source]

Error message.

Type

str