SecureValueHash

class pyrogram.raw.types.SecureValueHash

Secure value hash

Constructor of SecureValueHash.

Details:
  • Layer: 223

  • ID: ED1ECDB0

Parameters:

TL Schema

secureValueHash#ed1ecdb0
type:SecureValueType
hash:bytes

= SecureValueHash

Parameter Tree

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

Example

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