Module tdlight.api

Class TdApi.PassportElementDriverLicense

java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PassportElement
it.tdlight.jni.TdApi.PassportElementDriverLicense
Enclosing class:
TdApi

public static final class TdApi.PassportElementDriverLicense extends TdApi.PassportElement
A Telegram Passport element containing the user's driver license.
  • Field Details

  • Constructor Details

    • PassportElementDriverLicense

      public PassportElementDriverLicense()
      A Telegram Passport element containing the user's driver license.
    • PassportElementDriverLicense

      public PassportElementDriverLicense(TdApi.IdentityDocument driverLicense)
      A Telegram Passport element containing the user's driver license.
      Parameters:
      driverLicense - IdentityDocument Driver license.
    • PassportElementDriverLicense

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