Layer 220
constructor
secureValueError#869d758f type:SecureValueType hash:bytes text:string = SecureValueError;

Parameters

Name Type Description
Type SecureValueType Type of element which has the issue
Hash bytes Hash
Text string Error message

Gogram Example

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