Layer 220
constructor
secureValueErrorReverseSide#868a2aa5 type:SecureValueType file_hash:bytes text:string = SecureValueError;

Parameters

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

Gogram Example

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