SecureValueErrorReverseSide
- class pyrogram.raw.types.SecureValueErrorReverseSide
Represents an issue with the reverse side of a document. The error is considered resolved when the file with reverse side of the document changes.
Constructor of
SecureValueError.- Details:
Layer:
223ID:
868A2AA5
- Parameters:
type (
SecureValueType) – One of secureValueTypeDriverLicense, secureValueTypeIdentityCardfile_hash (
bytes) – File hashtext (
str) – Error message
TL Schema
secureValueErrorReverseSide#868a2aa5
type:SecureValueType
file_hash:bytes
text:string
= SecureValueError
Parameter Tree
SecureValueErrorReverseSide
├── type →
SecureValueType│ ├──
SecureValueTypePassport│ ├──
SecureValueTypeAddress│ ├──
SecureValueTypePhone│ └──
SecureValueTypeEmail├── file_hash →
bytes└── text →
stringExample
SecureValueErrorReverseSide(
type=SecureValueTypePersonalDetails(),
file_hash=b"data",
text="Open",
)