public static class TdApi.AuthorizationStateWaitRegistration extends TdApi.AuthorizationState
TdApi.AuthorizationState.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
TdApi.TermsOfService |
termsOfService
Telegram terms of service.
|
Constructor and 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.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public TdApi.TermsOfService termsOfService
public static final int CONSTRUCTOR
public AuthorizationStateWaitRegistration()
public AuthorizationStateWaitRegistration(TdApi.TermsOfService termsOfService)
termsOfService
- Telegram terms of service.public int getConstructor()
getConstructor
in class TdApi.AuthorizationState