View Source ExGram.Model.PassportElementErrorFrontSide (ex_gram v0.52.1)

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

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

Summary

Types

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

Functions