ExGram.Model.PassportFile (ex_gram v0.33.0) View Source

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.

Check the documentation of this model in https://core.telegram.org/bots/api#passportfile

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.PassportFile{
  file_date: integer(),
  file_id: String.t(),
  file_size: integer(),
  file_unique_id: String.t()
}

Link to this section Functions