ExGram.Model.PassportElementErrorFiles (ex_gram v0.30.0) View Source

Represents an issue with a list of scans. The error is considered resolved when the list of files containing the scans changes.

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

Link to this section Summary

Link to this section Types

Specs

t() :: %ExGram.Model.PassportElementErrorFiles{
  file_hashes: [String.t()],
  message: String.t(),
  source: String.t(),
  type: String.t()
}

Link to this section Functions