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

Represents an issue in one of the data fields that was provided by the user. The error is considered resolved when the field's value changes.

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

Summary

Types

@type t() :: %ExGram.Model.PassportElementErrorDataField{
  data_hash: String.t(),
  field_name: String.t(),
  message: String.t(),
  source: String.t(),
  type: String.t()
}

Functions