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

Represents an issue in an unspecified place. The error is considered resolved when new data is added.

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

Summary

Types

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

Functions