public static class TdApi.PassportElementDriverLicense extends TdApi.PassportElement
TdApi.PassportElement.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.IdentityDocument |
driverLicense
Driver license.
|
Constructor and Description |
---|
PassportElementDriverLicense()
A Telegram Passport element containing the user's driver license.
|
PassportElementDriverLicense(TdApi.IdentityDocument driverLicense)
A Telegram Passport element containing the user's driver license.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.IdentityDocument driverLicense
public static final int CONSTRUCTOR
public PassportElementDriverLicense()
public PassportElementDriverLicense(TdApi.IdentityDocument driverLicense)
driverLicense
- Driver license.public int getConstructor()
getConstructor
in class TdApi.PassportElement