SecureValueHash
- class pyrogram.raw.base.SecureValueHash
Secure value hash
- Constructors:
This base type has 1 constructor available.
Secure value hash
TL Schema
secureValueHash#ed1ecdb0
type:SecureValueType
hash:bytes
= SecureValueHash
Parameter Tree
SecureValueHash
├── type →
SecureValueType│ ├──
SecureValueTypePassport│ ├──
SecureValueTypeAddress│ ├──
SecureValueTypePhone│ └──
SecureValueTypeEmail└── hash →
bytesExample
SecureValueHash(
type=SecureValueTypePersonalDetails(),
hash=b"data",
)