public static class TdApi.PassportElementPassportRegistration extends TdApi.PassportElement
| Modifier and Type | Field and Description |
|---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.PersonalDocument |
passportRegistration
Passport registration pages.
|
| Constructor and Description |
|---|
PassportElementPassportRegistration()
A Telegram Passport element containing the user's passport registration pages.
|
PassportElementPassportRegistration(TdApi.PersonalDocument passportRegistration)
A Telegram Passport element containing the user's passport registration pages.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.PersonalDocument passportRegistration
public static final int CONSTRUCTOR
public PassportElementPassportRegistration()
public PassportElementPassportRegistration(TdApi.PersonalDocument passportRegistration)
passportRegistration - Passport registration pages.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object