View Source ExGram.Model.PassportElementErrorTranslationFile (ex_gram v0.52.2)

Represents an issue with one of the files that constitute the translation of a document. The error is considered resolved when the file changes.

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

Summary

Types

@type t() :: %ExGram.Model.PassportElementErrorTranslationFile{
  file_hash: String.t(),
  message: String.t(),
  source: String.t(),
  type: String.t()
}

Functions