Package it.tdlight.jni
Class TdApi.AuthorizationStateWaitRegistration
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AuthorizationState
it.tdlight.jni.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 int
CONSTRUCTOR
TdApi.TermsOfService
termsOfService
Telegram 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.AuthorizationStateWaitRegistration(DataInput input)
-
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
termsOfService
Telegram terms of service. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
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. -
AuthorizationStateWaitRegistration
The user is unregistered and need to accept terms of service and enter their first name and last name to finish registration.- Parameters:
termsOfService
- TermsOfService Telegram terms of service.
-
AuthorizationStateWaitRegistration
- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-