public static class TdApi.InputPassportElementPassport extends TdApi.InputPassportElement
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.InputIdentityDocument |
passport
The passport to be saved.
|
| Constructor and Description |
|---|
InputPassportElementPassport()
A Telegram Passport element to be saved containing the user's passport.
|
InputPassportElementPassport(TdApi.InputIdentityDocument passport)
A Telegram Passport element to be saved containing the user's passport.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.InputIdentityDocument passport
public static final int CONSTRUCTOR
public InputPassportElementPassport()
public InputPassportElementPassport(TdApi.InputIdentityDocument passport)
passport - The passport to be saved.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object