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

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

Summary

Types

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