ExGram.Model.EncryptedPassportElement (ex_gram v0.40.0) View Source
Describes documents or other Telegram Passport elements shared with the bot by the user.
Check the documentation of this model in https://core.telegram.org/bots/api#encryptedpassportelement
Link to this section Summary
Link to this section Types
Specs
t() :: %ExGram.Model.EncryptedPassportElement{
data: String.t() | nil,
email: String.t() | nil,
files: [ExGram.Model.PassportFile.t()] | nil,
front_side: ExGram.Model.PassportFile.t() | nil,
hash: String.t(),
phone_number: String.t() | nil,
reverse_side: ExGram.Model.PassportFile.t() | nil,
selfie: ExGram.Model.PassportFile.t() | nil,
translation: [ExGram.Model.PassportFile.t()] | nil,
type: String.t()
}