SecureValueError
- class pyrogram.raw.base.SecureValueError
Secure value error
- Constructors:
This base type has 9 constructors available.
Secure value error
Represents an issue in one of the data fields that was provided by the user.
Represents an issue with a document scan.
Represents an issue with a list of scans.
Represents an issue with the front side of a document.
Represents an issue with the reverse side of a document.
Represents an issue with the selfie with a document.
Represents an issue with one of the files that constitute the translation of a document.
Represents an issue with the translated version of a document.
TL Schema
secureValueError#869d758f
type:SecureValueType
hash:bytes
text:string
= SecureValueError
Parameter Tree
SecureValueError
├── type →
SecureValueType│ ├──
SecureValueTypePassport│ ├──
SecureValueTypeAddress│ ├──
SecureValueTypePhone│ └──
SecureValueTypeEmail├── hash →
bytes└── text →
stringExample
SecureValueError(
type=SecureValueTypePersonalDetails(),
hash=b"data",
text="Open",
)