Skip to content

EncryptedCredentials

Type · TDLib 1.8.67 · d1085f9c

Contains encrypted Telegram Passport data credentials

EncryptedCredentials(
  data: bytes,
  hash: bytes,
  secret: bytes
) → EncryptedCredentials

data

bytes

The encrypted credentials

hash

bytes

The decrypted data hash

secret

bytes

Secret for data decryption, encrypted with the service's public key