Package org.drinkless.tdlib
Class TdApi.InputPassportElementTemporaryRegistration
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.InputPassportElement
-
- org.drinkless.tdlib.TdApi.InputPassportElementTemporaryRegistration
-
- Enclosing class:
- TdApi
public static class TdApi.InputPassportElementTemporaryRegistration extends TdApi.InputPassportElement
A Telegram Passport element to be saved containing the user's temporary registration.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.InputPersonalDocumenttemporaryRegistrationThe temporary registration document to be saved.
-
Constructor Summary
Constructors Constructor 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.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
temporaryRegistration
public TdApi.InputPersonalDocument temporaryRegistration
The temporary registration document to be saved.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
InputPassportElementTemporaryRegistration
public InputPassportElementTemporaryRegistration()
A Telegram Passport element to be saved containing the user's temporary registration.
-
InputPassportElementTemporaryRegistration
public InputPassportElementTemporaryRegistration(TdApi.InputPersonalDocument temporaryRegistration)
A Telegram Passport element to be saved containing the user's temporary registration.- Parameters:
temporaryRegistration- The temporary registration document to be saved.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-