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