View Source ExTDLib.Object.EncryptedCredentials (ExTDLib v0.0.4)
Contains encrypted Telegram Passport data credentials.
| Name | Type | Description |
|---|---|---|
| data | bytes | The encrypted credentials. |
| hash | bytes | The decrypted data hash. |
| secret | bytes | Secret for data decryption, encrypted with the service's public key. |
More details on telegram's documentation.