View Source Telegex.Type.PassportData (Telegex v1.2.1)

Describes Telegram Passport data shared with the bot by the user.

Link to this section Summary

Link to this section Types

@type t() :: %Telegex.Type.PassportData{
  credentials: Telegex.Type.EncryptedCredentials.t(),
  data: [Telegex.Type.EncryptedPassportElement.t()]
}