Package org.drinkless.tdlib
Class TdApi.AuthorizationStateWaitRegistration
java.lang.Object
org.drinkless.tdlib.TdApi.Object
org.drinkless.tdlib.TdApi.AuthorizationState
org.drinkless.tdlib.TdApi.AuthorizationStateWaitRegistration
- Enclosing class:
- TdApi
The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration. Call registerUser to accept the terms of service and provide the data.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final int
Identifier uniquely determining type of the object.Telegram terms of service. -
Constructor Summary
ConstructorsConstructorDescriptionThe user is unregistered and need to accept terms of service and enter their first name and last name to finish registration.AuthorizationStateWaitRegistration
(TdApi.TermsOfService termsOfService) The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration. -
Method Summary
Modifier and TypeMethodDescriptionint
Returns an identifier uniquely determining type of the object.Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
Field Details
-
termsOfService
Telegram terms of service. -
CONSTRUCTOR
public static final int CONSTRUCTORIdentifier uniquely determining type of the object.- See Also:
-
-
Constructor Details
-
AuthorizationStateWaitRegistration
public AuthorizationStateWaitRegistration()The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration. Call registerUser to accept the terms of service and provide the data. -
AuthorizationStateWaitRegistration
The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration. Call registerUser to accept the terms of service and provide the data.- Parameters:
termsOfService
- Telegram terms of service.
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-