View Source ExGram.Model.PassportElementErrorFile (ex_gram v0.53.0)

Represents an issue with a document scan. The error is considered resolved when the file with the document scan changes.

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

Summary

Types

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

Functions