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 needs 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.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.drinkless.tdlib.TdApi.AuthorizationState
TdApi.AuthorizationState.Constructors -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final intIdentifier uniquely determining type of the object.Telegram terms of service. -
Constructor Summary
ConstructorsConstructorDescriptionThe user is unregistered and needs 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 needs to accept terms of service and enter their first name and last name to finish 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
-
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 needs 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 needs 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.ObjectReturns an identifier uniquely determining type of the object.- Specified by:
getConstructorin classTdApi.AuthorizationState- Returns:
- this.CONSTRUCTOR
-