public static class TdApi.CheckAuthenticationCode extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
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() |
toString
public 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()
getConstructor
in class TdApi.Function