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