MadelineProtoDocs/docs/API_docs/constructors/secureValueErrorReverseSide.md

1.3 KiB

title description image
secureValueErrorReverseSide Represents an issue with the reverse side of a document. The error is considered resolved when the file with reverse side of the document changes. https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: secureValueErrorReverseSide

Back to constructors index

Represents an issue with the reverse side of a document. The error is considered resolved when the file with reverse side of the document changes.

Attributes:

Name Type Required Description
type SecureValueType Yes One of secureValueTypeDriverLicense, secureValueTypeIdentityCard
file_hash bytes Yes File hash
text string Yes Error message

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'}