public static class TdApi.InputPassportElementDriverLicense extends TdApi.InputPassportElement
TdApi.InputPassportElement.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.InputIdentityDocument |
driverLicense
The driver license to be saved.
|
Constructor and Description |
---|
InputPassportElementDriverLicense()
A Telegram Passport element to be saved containing the user's driver license.
|
InputPassportElementDriverLicense(TdApi.InputIdentityDocument driverLicense)
A Telegram Passport element to be saved containing the user's driver license.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.InputIdentityDocument driverLicense
public static final int CONSTRUCTOR
public InputPassportElementDriverLicense()
public InputPassportElementDriverLicense(TdApi.InputIdentityDocument driverLicense)
driverLicense
- The driver license to be saved.public int getConstructor()
getConstructor
in class TdApi.InputPassportElement