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