Module tdlight.api

Class TdApi.PassportRequiredElement

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

public static final class TdApi.PassportRequiredElement extends TdApi.Object
Contains a description of the required Telegram Passport element that was requested by a service.
  • Field Details

  • Constructor Details

    • PassportRequiredElement

      public PassportRequiredElement()
      Contains a description of the required Telegram Passport element that was requested by a service.
    • PassportRequiredElement

      public PassportRequiredElement(TdApi.PassportSuitableElement[] suitableElements)
      Contains a description of the required Telegram Passport element that was requested by a service.
      Parameters:
      suitableElements - PassportSuitableElement[] List of Telegram Passport elements any of which is enough to provide.
    • PassportRequiredElement

      public PassportRequiredElement(DataInput input) throws IOException
      Contains a description of the required Telegram Passport element that was requested by a service.
      Throws:
      IOException
  • Method Details