SecureValueHash

class pyrogram.raw.base.SecureValueHash

Secure value hash

Constructors:

This base type has 1 constructor available.

SecureValueHash

Secure value hash

TL Schema

secureValueHash#ed1ecdb0
type:SecureValueType
hash:bytes

= SecureValueHash

Parameter Tree

SecureValueHash
├── typeSecureValueType
│ ├── SecureValueTypePhone
│ └── SecureValueTypeEmail
└── hashbytes

Example

SecureValueHash(
    type=SecureValueTypePersonalDetails(),
    hash=b"data",
)