public static class TdApi.PassportElementTemporaryRegistration extends TdApi.PassportElement
TdApi.PassportElement.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.PersonalDocument |
temporaryRegistration
Temporary registration.
|
Constructor and Description |
---|
PassportElementTemporaryRegistration()
A Telegram Passport element containing the user's temporary registration.
|
PassportElementTemporaryRegistration(TdApi.PersonalDocument temporaryRegistration)
A Telegram Passport element containing the user's temporary registration.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.PersonalDocument temporaryRegistration
public static final int CONSTRUCTOR
public PassportElementTemporaryRegistration()
public PassportElementTemporaryRegistration(TdApi.PersonalDocument temporaryRegistration)
temporaryRegistration
- Temporary registration.public int getConstructor()
getConstructor
in class TdApi.PassportElement