Package it.tdlight.jni
Class TdApi.PassportElementIdentityCard
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.PassportElement
it.tdlight.jni.TdApi.PassportElementIdentityCard
- Enclosing class:
- TdApi
public static class TdApi.PassportElementIdentityCard extends TdApi.PassportElement
A Telegram Passport element containing
the user's identity card.
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.IdentityDocument
identityCard
Identity card. -
Constructor Summary
Constructors Constructor Description PassportElementIdentityCard()
A Telegram Passport element containing the user's identity card.PassportElementIdentityCard(TdApi.IdentityDocument identityCard)
A Telegram Passport element containing the user's identity card.PassportElementIdentityCard(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
-
identityCard
Identity card. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
PassportElementIdentityCard
public PassportElementIdentityCard()A Telegram Passport element containing the user's identity card. -
PassportElementIdentityCard
A Telegram Passport element containing the user's identity card.- Parameters:
identityCard
- IdentityDocument Identity card.
-
PassportElementIdentityCard
- 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()
-