Current section

Files

Jump to
telega include telega@model@types_EncryptedPassportElement.hrl
Raw

include/telega@model@types_EncryptedPassportElement.hrl

-record(encrypted_passport_element, {
type_ :: binary(),
data :: gleam@option:option(binary()),
phone_number :: gleam@option:option(binary()),
email :: gleam@option:option(binary()),
files :: gleam@option:option(list(telega@model@types:passport_file())),
front_side :: gleam@option:option(telega@model@types:passport_file()),
reverse_side :: gleam@option:option(telega@model@types:passport_file()),
selfie :: gleam@option:option(telega@model@types:passport_file()),
translation :: gleam@option:option(list(telega@model@types:passport_file())),
hash :: binary()
}).