View Source Telegex.Type.EncryptedPassportElement (Telegex v1.0.0-rc.3)
Describes documents or other Telegram Passport elements shared with the bot by the user.
Link to this section Summary
Link to this section Types
@type t() :: %Telegex.Type.EncryptedPassportElement{ data: String.t() | nil, email: String.t() | nil, files: [Telegex.Type.PassportFile.t()] | nil, front_side: Telegex.Type.PassportFile.t() | nil, hash: String.t(), phone_number: String.t() | nil, reverse_side: Telegex.Type.PassportFile.t() | nil, selfie: Telegex.Type.PassportFile.t() | nil, translation: [Telegex.Type.PassportFile.t()] | nil, type: String.t() }