SecureValueError
- class pyrogram.raw.types.SecureValueError
Secure value error
Constructor of
SecureValueError.- Details:
Layer:
223ID:
869D758F
- Parameters:
type (
SecureValueType) – Type of element which has the issuehash (
bytes) – Hashtext (
str) – Error message
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",
)