telegram.PassportElementErrorReverseSide¶
-
class
telegram.PassportElementErrorReverseSide(type, file_hash, message, **kwargs)¶ Bases:
telegram.passport.passportelementerrors.PassportElementErrorRepresents an issue with the front side of a document. The error is considered resolved when the file with the reverse side of the document changes.
-
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 reverse side of the document.
Type: str
-
message¶ Error message.
Type: str
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.
-