MadelineProtoDocs/docs/API_docs/constructors/secureValueErrorFile.md

909 B

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

Constructor: secureValueErrorFile

Back to constructors index

Secure value error file

Attributes:

Name Type Required Description
type SecureValueType Yes Type
file_hash bytes Yes File hash
text string Yes Text

Type: SecureValueError

Example:

$secureValueErrorFile = ['_' => 'secureValueErrorFile', 'type' => SecureValueType, 'file_hash' => 'bytes', 'text' => 'string'];

Or, if you're into Lua:

secureValueErrorFile={_='secureValueErrorFile', type=SecureValueType, file_hash='bytes', text='string'}