EncryptedCredentials
Contains encrypted Telegram Passport data credentials.
This is an alias for the EncryptedCredentialsUnion
type.
chevron_leftchevron_right
Parameters
Interface
Name | Type | Description |
---|---|---|
_ | "encryptedCredentials" | |
data | string | The encrypted credentials |
hash | string | The decrypted data hash |
secret | string | Secret for data decryption, encrypted with the service's public key |