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

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

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

Link to this section Summary

Link to this section Types

Specs

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

Link to this section Functions