public static class TdApi.PassportElementIdentityCard extends TdApi.PassportElement
TdApi.PassportElement.Constructors
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() |
toString
public TdApi.IdentityDocument identityCard
public static final int CONSTRUCTOR
public PassportElementIdentityCard()
public PassportElementIdentityCard(TdApi.IdentityDocument identityCard)
identityCard
- Identity card.public int getConstructor()
getConstructor
in class TdApi.PassportElement