Layer 220
SecureValueErrorFiles
Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes.
constructor
secureValueErrorFiles#666220e9 type:SecureValueType file_hash:Vector<bytes> text:string = SecureValueError;
Parameters
| Name | Type | Description |
|---|---|---|
| Type | SecureValueType | One of secure Value Type Utility Bill, secure Value Type Bank Statement, secure Value Type Rental Agreement, secure Value Type Passport Registration, secure Value Type Temporary Registration |
| FileHash | Vector<bytes> | File hash |
| Text | string | Error message |
Returns
SecureValueErrorGogram Example
// Creating SecureValueErrorFiles constructor obj := &tg.SecureValueErrorFiles{ Type: &tg.SecureValueType{}, FileHash: []bytes{}, Text: "...", }