Layer 220
SecureValueErrorReverseSide
Represents an issue with the reverse side of a document. The error is considered resolved when the file with reverse side of the document changes.
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 |
Returns
SecureValueErrorGogram Example
// Creating SecureValueErrorReverseSide constructor obj := &tg.SecureValueErrorReverseSide{ Type: &tg.SecureValueType{}, FileHash: []byte{}, Text: "...", }