Layer 220
SecureValueErrorFile
Represents an issue with a document scan. The error is considered resolved when the file with the document scan changes.
constructor
secureValueErrorFile#7a700873 type:SecureValueType file_hash: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 | bytes | File hash |
| Text | string | Error message |
Returns
SecureValueErrorGogram Example
// Creating SecureValueErrorFile constructor obj := &tg.SecureValueErrorFile{ Type: &tg.SecureValueType{}, FileHash: []byte{}, Text: "...", }