mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
731 B
731 B
title | description | nav_exclude | image |
---|---|---|---|
secureValueHash | Secure value hash | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: secureValueHash
Secure value hash
Attributes:
Name | Type | Required | Description |
---|---|---|---|
type | SecureValueType | Yes | Secure value type |
hash | bytes | Yes | Hash |
Type: SecureValueHash
Example:
$secureValueHash = ['_' => 'secureValueHash', 'type' => SecureValueType, 'hash' => 'bytes'];