public static class TdApi.InputPassportElementTemporaryRegistration extends TdApi.InputPassportElement
TdApi.InputPassportElement.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.InputPassportElement