ExGram.Model.PassportData (ex_gram v0.28.0) 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

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions