Module tdlight.api

Class TdApi.PassportElementsWithErrors

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PassportElementsWithErrors
Enclosing class:
TdApi

public static final class TdApi.PassportElementsWithErrors extends TdApi.Object
Contains information about a Telegram Passport elements and corresponding errors.
  • Field Details

  • Constructor Details

    • PassportElementsWithErrors

      public PassportElementsWithErrors()
      Contains information about a Telegram Passport elements and corresponding errors.
    • PassportElementsWithErrors

      public PassportElementsWithErrors(TdApi.PassportElement[] elements, TdApi.PassportElementError[] errors)
      Contains information about a Telegram Passport elements and corresponding errors.
      Parameters:
      elements - PassportElement[] Telegram Passport elements.
      errors - PassportElementError[] Errors in the elements that are already available.
    • PassportElementsWithErrors

      public PassportElementsWithErrors(DataInput input) throws IOException
      Contains information about a Telegram Passport elements and corresponding errors.
      Throws:
      IOException
  • Method Details