inputSecureValue
Secure value, for more info see the passport docs »
type tg.InputSecureValue struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Type | SecureValueTypeClass | yes | Secure passport value type |
Data | SecureData | — | Encrypted Telegram Passport element data |
FrontSide | InputSecureFileClass | — | Encrypted passport file with the front side of the document |
ReverseSide | InputSecureFileClass | — | Encrypted passport file with the reverse side of the document |
Selfie | InputSecureFileClass | — | Encrypted passport file with a selfie of the user holding the document |
Translation | []InputSecureFileClass | — | Array of encrypted passport files with translated versions of the provided documents |
Files | []InputSecureFileClass | — | Array of encrypted passport files with photos the of the documents |
PlainData | SecurePlainDataClass | — | Plaintext verified passport data |
References
- Official documentation
- Generated Go reference
- TL definition:
inputSecureValue#db21d0a7