public static class TdApi.CheckPhoneNumberCode 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 |
|---|
CheckPhoneNumberCode()
Default constructor for a function, which check the authentication code and completes the request for which the code was sent if appropriate.
|
CheckPhoneNumberCode(java.lang.String code)
Creates a function, which check the authentication code and completes the request for which the code was sent if appropriate.
|
| 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 CheckPhoneNumberCode()
Returns Ok
public CheckPhoneNumberCode(java.lang.String code)
Returns Ok
code - Authentication code to check.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object