MadelineProtoDocs/docs/API_docs/constructors/secureValueErrorSelfie.md

925 B

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

Constructor: secureValueErrorSelfie

Back to constructors index

Secure value error selfie

Attributes:

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

Type: SecureValueError

Example:

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

Or, if you're into Lua:

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