ExGram.Model.PassportData (ex_gram v0.55.1)

View Source

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

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

Summary

Types

t()

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

Functions

decode_as()