java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.InternalLinkType
it.tdlight.jni.TdApi.InternalLinkTypeAuthenticationCode
- Enclosing class:
- TdApi
The link contains an authentication
code. Call checkAuthenticationCode
with the code if the current authorization
state is authorizationStateWaitCode.
-
Field Summary
Modifier and TypeFieldDescriptionThe authentication code.static final int
-
Constructor Summary
ConstructorDescriptionThe link contains an authentication code.The link contains an authentication code.The link contains an authentication code. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
code
The authentication code. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
InternalLinkTypeAuthenticationCode
public InternalLinkTypeAuthenticationCode()The link contains an authentication code. Call checkAuthenticationCode with the code if the current authorization state is authorizationStateWaitCode. -
InternalLinkTypeAuthenticationCode
The link contains an authentication code. Call checkAuthenticationCode with the code if the current authorization state is authorizationStateWaitCode.- Parameters:
code
- String The authentication code.
-
InternalLinkTypeAuthenticationCode
The link contains an authentication code. Call checkAuthenticationCode with the code if the current authorization state is 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()
-