Module tdlight.api

Class TdApi.InputPassportElementDriverLicense

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InputPassportElement
it.tdlight.jni.TdApi.InputPassportElementDriverLicense
Enclosing class:
TdApi

public static final class TdApi.InputPassportElementDriverLicense extends TdApi.InputPassportElement
A Telegram Passport element to be saved containing the user's driver license.
  • Field Details

  • Constructor Details

    • InputPassportElementDriverLicense

      public InputPassportElementDriverLicense()
      A Telegram Passport element to be saved containing the user's driver license.
    • InputPassportElementDriverLicense

      public InputPassportElementDriverLicense(TdApi.InputIdentityDocument driverLicense)
      A Telegram Passport element to be saved containing the user's driver license.
      Parameters:
      driverLicense - InputIdentityDocument The driver license to be saved.
    • InputPassportElementDriverLicense

      public InputPassportElementDriverLicense(DataInput input) throws IOException
      A Telegram Passport element to be saved containing the user's driver license.
      Throws:
      IOException
  • Method Details