Layer 220
SecureValueErrorTranslationFiles
Represents an issue with the translated version of a document. The error is considered resolved when a file with the document translation changes.
constructor
secureValueErrorTranslationFiles#34636dd8 type:SecureValueType file_hash:Vector<bytes> text:string = SecureValueError;
Parameters
| Name | Type | Description |
|---|---|---|
| Type | SecureValueType | One of secure Value Type Personal Details, secure Value Type Passport, secure Value Type Driver License, secure Value Type Identity Card, secure Value Type Internal Passport, 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> | Hash |
| Text | string | Error message |
Returns
SecureValueErrorGogram Example
// Creating SecureValueErrorTranslationFiles constructor obj := &tg.SecureValueErrorTranslationFiles{ Type: &tg.SecureValueType{}, FileHash: []bytes{}, Text: "...", }