public static class TdApi.InputPassportElementDriverLicense extends TdApi.InputPassportElement
| 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()
Returns an identifier uniquely determining type of the object.
|
toStringpublic 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()
TdApi.ObjectgetConstructor in class TdApi.Object