Layer 220
constructor
secureValueErrorTranslationFile#a1144770 type:SecureValueType file_hash: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 bytes File hash
Text string Error message

Gogram Example

// Creating SecureValueErrorTranslationFile constructor
obj := &tg.SecureValueErrorTranslationFile{
    Type: &tg.SecureValueType{},
    FileHash: []byte{},
    Text: "...",
}