Encrypted Credentials
data class EncryptedCredentials(data: String, hash: String, secret: String)
Content copied to clipboard
Contains data required for decrypting and authenticating EncryptedPassportElement. See the Telegram Passport Documentation for a complete description of the data decryption and authentication processes.
Parameters
data
Base64-encoded encrypted JSON-serialized data with unique user's payload, data hashes and secrets required for EncryptedPassportElement decryption and authentication
hash
Base64-encoded data hash for data authentication
secret
Base64-encoded secret, encrypted with the bot's public RSA key, required for data decryption
Constructors
EncryptedCredentials
Link copied to clipboard
Base64-encoded encrypted JSON-serialized data with unique user's payload, data hashes and secrets required for EncryptedPassportElement decryption and authentication
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard