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
public static class TdApi.AuthorizationStateWaitRegistration extends TdApi.AuthorizationState
The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration.
-
-
Field Summary
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.TdApi.TermsOfServicetermsOfServiceTelegram terms of service.
-
Constructor Summary
Constructors Constructor Description AuthorizationStateWaitRegistration()The 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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Object
toString
-
-
-
-
Field Detail
-
termsOfService
public TdApi.TermsOfService termsOfService
Telegram terms of service.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
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.
-
AuthorizationStateWaitRegistration
public 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.- Parameters:
termsOfService- Telegram terms of service.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-