Package org.drinkless.tdlib
Class TdApi.PassportElementTypeTemporaryRegistration
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.PassportElementType
org.drinkless.tdlib.TdApi.PassportElementTypeTemporaryRegistration
- Enclosing class:
TdApi
public static class TdApi.PassportElementTypeTemporaryRegistration
extends TdApi.PassportElementType
A Telegram Passport element containing the user's temporary registration.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.PassportElementType
TdApi.PassportElementType.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object. -
Constructor Summary
ConstructorsConstructorDescriptionA Telegram Passport element containing the user's temporary registration. -
Method Summary
Modifier and TypeMethodDescriptionintReturns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
PassportElementTypeTemporaryRegistration
public PassportElementTypeTemporaryRegistration()A Telegram Passport element containing the user's temporary registration.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.PassportElementType- Returns:
- this.CONSTRUCTOR
-