public static class TdApi.InputPassportElementIdentityCard extends TdApi.InputPassportElement
TdApi.InputPassportElement.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.InputIdentityDocument |
identityCard
The identity card to be saved.
|
Constructor and Description |
---|
InputPassportElementIdentityCard()
A Telegram Passport element to be saved containing the user's identity card.
|
InputPassportElementIdentityCard(TdApi.InputIdentityDocument identityCard)
A Telegram Passport element to be saved containing the user's identity card.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.InputIdentityDocument identityCard
public static final int CONSTRUCTOR
public InputPassportElementIdentityCard()
public InputPassportElementIdentityCard(TdApi.InputIdentityDocument identityCard)
identityCard
- The identity card to be saved.public int getConstructor()
getConstructor
in class TdApi.InputPassportElement