ExGram.Model.EncryptedCredentials (ex_gram v0.55.1)

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

Summary

Types

t()

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

Functions

decode_as()