public static class TdApi.PassportElementIdentityCard extends TdApi.PassportElement
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.IdentityDocument |
identityCard
Identity card.
|
| Constructor and 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.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.IdentityDocument identityCard
public static final int CONSTRUCTOR
public PassportElementIdentityCard()
public PassportElementIdentityCard(TdApi.IdentityDocument identityCard)
identityCard - Identity card.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object