View Source Telegex.Type.PassportFile (Telegex v1.8.0)

This object represents a file uploaded to Telegram Passport. Currently all Telegram Passport files are in JPEG format when decrypted and don't exceed 10MB.

Summary

Types

@type t() :: %Telegex.Type.PassportFile{
  file_date: integer(),
  file_id: String.t(),
  file_size: integer(),
  file_unique_id: String.t()
}