Module tdlight.api

Class TdApi.PassportElementErrorSourceDataField

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PassportElementErrorSource
it.tdlight.jni.TdApi.PassportElementErrorSourceDataField
Enclosing class:
TdApi

public static final class TdApi.PassportElementErrorSourceDataField extends TdApi.PassportElementErrorSource
One of the data fields contains an error. The error will be considered resolved when the value of the field changes.
  • Field Details

  • Constructor Details

    • PassportElementErrorSourceDataField

      public PassportElementErrorSourceDataField()
      One of the data fields contains an error. The error will be considered resolved when the value of the field changes.
    • PassportElementErrorSourceDataField

      public PassportElementErrorSourceDataField(String fieldName)
      One of the data fields contains an error. The error will be considered resolved when the value of the field changes.
      Parameters:
      fieldName - String Field name.
    • PassportElementErrorSourceDataField

      public PassportElementErrorSourceDataField(DataInput input) throws IOException
      One of the data fields contains an error. The error will be considered resolved when the value of the field changes.
      Throws:
      IOException
  • Method Details