ExGram.Model.PassportElementErrorTranslationFiles (ex_gram v0.34.0) View Source

Represents an issue with the translated version of a document. The error is considered resolved when a file with the document translation change.

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

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions