Package it.tdlight.jni
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 class TdApi.PassportElementDriverLicense extends TdApi.PassportElement
A Telegram Passport element containing
the user's driver license.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.IdentityDocument
driverLicense
Driver license. -
Constructor Summary
Constructors Constructor 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.PassportElementDriverLicense(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
driverLicense
Driver license. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
PassportElementDriverLicense
public PassportElementDriverLicense()A Telegram Passport element containing the user's driver license. -
PassportElementDriverLicense
A Telegram Passport element containing the user's driver license.- Parameters:
driverLicense
- IdentityDocument Driver license.
-
PassportElementDriverLicense
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-