secureValueErrorFile
Represents an issue with a document scan. The error is considered resolved when the file with the document scan changes.
type tg.SecureValueErrorFile struct { /* ... */ }
Implements SecureValueError.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Type | SecureValueTypeClass | yes | One of secureValueTypeUtilityBill, secureValueTypeBankStatement, secureValueTypeRentalAgreement, secureValueTypePassportRegistration, secureValueTypeTemporaryRegistration |
FileHash | []byte | yes | File hash |
Text | string | yes | Error message |
References
- Official documentation
- Generated Go reference
- TL definition:
secureValueErrorFile#7a700873