Package it.tdlight.jni
Class TdApi.AuthorizationStateWaitCode
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.AuthorizationState
it.tdlight.jni.TdApi.AuthorizationStateWaitCode
- Enclosing class:
- TdApi
public static class TdApi.AuthorizationStateWaitCode extends TdApi.AuthorizationState
TDLib needs the user's authentication
code to authorize.
-
Field Summary
Fields Modifier and Type Field Description TdApi.AuthenticationCodeInfo
codeInfo
Information about the authorization code that was sent.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description AuthorizationStateWaitCode()
TDLib needs the user's authentication code to authorize.AuthorizationStateWaitCode(TdApi.AuthenticationCodeInfo codeInfo)
TDLib needs the user's authentication code to authorize.AuthorizationStateWaitCode(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
-
codeInfo
Information about the authorization code that was sent. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
AuthorizationStateWaitCode
public AuthorizationStateWaitCode()TDLib needs the user's authentication code to authorize. -
AuthorizationStateWaitCode
TDLib needs the user's authentication code to authorize.- Parameters:
codeInfo
- AuthenticationCodeInfo Information about the authorization code that was sent.
-
AuthorizationStateWaitCode
- 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()
-