MadelineProtoDocs/docs/API_docs/constructors/secureValueErrorData.md

995 B

title description image
secureValueErrorData Secure value error data https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: secureValueErrorData

Back to constructors index

Secure value error data

Attributes:

Name Type Required Description
type SecureValueType Yes Type
data_hash bytes Yes Data hash
field string Yes Field
text string Yes Text

Type: SecureValueError

Example:

$secureValueErrorData = ['_' => 'secureValueErrorData', 'type' => SecureValueType, 'data_hash' => 'bytes', 'field' => 'string', 'text' => 'string'];

Or, if you're into Lua:

secureValueErrorData={_='secureValueErrorData', type=SecureValueType, data_hash='bytes', field='string', text='string'}