View Source ExGram.Model.EncryptedCredentials (ex_gram v0.52.2)

Describes data required for decrypting and authenticating EncryptedPassportElement. See the Telegram Passport Documentation for a complete description of the data decryption and authentication processes.

Check the documentation of this model in https://core.telegram.org/bots/api#encryptedcredentials

Summary

Types

@type t() :: %ExGram.Model.EncryptedCredentials{
  data: String.t(),
  hash: String.t(),
  secret: String.t()
}

Functions