Module tdlight.api

Class TdApi.InputPassportElementErrorSourceUnspecified

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputPassportElementErrorSource
it.tdlight.jni.TdApi.InputPassportElementErrorSourceUnspecified
Enclosing class:
TdApi

public static final class TdApi.InputPassportElementErrorSourceUnspecified extends TdApi.InputPassportElementErrorSource
The element contains an error in an unspecified place. The error will be considered resolved when new data is added.
  • Field Details

    • elementHash

      public byte[] elementHash
      Current hash of the entire element.
    • CONSTRUCTOR

      public static final int CONSTRUCTOR
      See Also:
  • Constructor Details

    • InputPassportElementErrorSourceUnspecified

      public InputPassportElementErrorSourceUnspecified()
      The element contains an error in an unspecified place. The error will be considered resolved when new data is added.
    • InputPassportElementErrorSourceUnspecified

      public InputPassportElementErrorSourceUnspecified(byte[] elementHash)
      The element contains an error in an unspecified place. The error will be considered resolved when new data is added.
      Parameters:
      elementHash - byte[] Current hash of the entire element.
    • InputPassportElementErrorSourceUnspecified

      public InputPassportElementErrorSourceUnspecified(DataInput input) throws IOException
      The element contains an error in an unspecified place. The error will be considered resolved when new data is added.
      Throws:
      IOException
  • Method Details