public static class TdApi.InputPassportElementPassport extends TdApi.InputPassportElement
TdApi.InputPassportElement.Constructors
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() |
toString
public TdApi.InputIdentityDocument passport
public static final int CONSTRUCTOR
public InputPassportElementPassport()
public InputPassportElementPassport(TdApi.InputIdentityDocument passport)
passport
- The passport to be saved.public int getConstructor()
getConstructor
in class TdApi.InputPassportElement