Layer 220
constructor
secureValueErrorFrontSide#be3dfa type:SecureValueType file_hash:bytes text:string = SecureValueError;

Parameters

Name Type Description
Type SecureValueType One of secure Value Type Passport, secure Value Type Driver License, secure Value Type Identity Card, secure Value Type Internal Passport
FileHash bytes File hash
Text string Error message

Gogram Example

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