967 B
967 B
title | description | image |
---|---|---|
secureValueErrorReverseSide | Secure value error reverse side | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: secureValueErrorReverseSide
Secure value error reverse side
Attributes:
Name | Type | Required | Description |
---|---|---|---|
type | SecureValueType | Yes | Type |
file_hash | bytes | Yes | File hash |
text | string | Yes | Text |
Type: SecureValueError
Example:
$secureValueErrorReverseSide = ['_' => 'secureValueErrorReverseSide', 'type' => SecureValueType, 'file_hash' => 'bytes', 'text' => 'string'];
Or, if you're into Lua:
secureValueErrorReverseSide={_='secureValueErrorReverseSide', type=SecureValueType, file_hash='bytes', text='string'}