MadelineProtoDocs/docs/API_docs/constructors/secureValueErrorFiles.md
2024-05-01 14:53:46 +02:00

1.5 KiB

title description nav_exclude image
secureValueErrorFiles Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes. true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: secureValueErrorFiles

Back to constructors index

Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes.

Attributes:

Name Type Required Description
type SecureValueType Yes One of secureValueTypeUtilityBill, secureValueTypeBankStatement, secureValueTypeRentalAgreement, secureValueTypePassportRegistration, secureValueTypeTemporaryRegistration
file_hash Array of bytes Yes File hash
text string Yes Error message

Type: SecureValueError

Example:

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