MadelineProtoDocs/docs/API_docs/constructors/secureValueErrorFrontSide.md

951 B

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

Constructor: secureValueErrorFrontSide

Back to constructors index

Secure value error front side

Attributes:

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

Type: SecureValueError

Example:

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

Or, if you're into Lua:

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