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

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

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

Summary

Types

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

Functions