secureData
Secure passport data, for more info see the passport docs »
type tg.SecureData struct { /* ... */ }
Fields
| Name | Type | Required | Description |
|---|---|---|---|
Data | []byte | yes | Data |
DataHash | []byte | yes | Data hash |
Secret | []byte | yes | Secret |
References
- Official documentation
- Generated Go reference
- TL definition:
secureData#8aeabec3