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