View Source Telegex.Type.EncryptedPassportElement (Telegex v1.8.0)

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

Summary

Types

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