SecureValueHash
- class pyrogram.raw.types.SecureValueHash
Secure value hash
Constructor of
SecureValueHash.- Details:
Layer:
223ID:
ED1ECDB0
- Parameters:
type (
SecureValueType) – Secure value typehash (
bytes) – 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",
)