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

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

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions