View Source ExGram.Model.EncryptedPassportElement (ex_gram v0.52.1)

Describes documents or other Telegram Passport elements shared with the bot by the user.

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

Summary

Types

@type t() :: %ExGram.Model.EncryptedPassportElement{
  data: String.t() | nil,
  email: String.t() | nil,
  files: [ExGram.Model.PassportFile.t()] | nil,
  front_side: ExGram.Model.PassportFile.t() | nil,
  hash: String.t(),
  phone_number: String.t() | nil,
  reverse_side: ExGram.Model.PassportFile.t() | nil,
  selfie: ExGram.Model.PassportFile.t() | nil,
  translation: [ExGram.Model.PassportFile.t()] | nil,
  type: String.t()
}

Functions