Layer 220
constructor
secureValueErrorSelfie#e537ced6 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 SecureValueErrorSelfie constructor
obj := &tg.SecureValueErrorSelfie{
    Type: &tg.SecureValueType{},
    FileHash: []byte{},
    Text: "...",
}