public static class TdApi.CheckAuthenticationCode extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
java.lang.String |
code
Authentication code to check.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
| Constructor and Description |
|---|
CheckAuthenticationCode()
Default constructor for a function, which checks the authentication code.
|
CheckAuthenticationCode(java.lang.String code)
Creates a function, which checks the authentication code.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic java.lang.String code
public static final int CONSTRUCTOR
public CheckAuthenticationCode()
Returns Ok
public CheckAuthenticationCode(java.lang.String code)
Returns Ok
code - Authentication code to check.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object