public static class TdApi.CheckChangePhoneNumberCode extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
java.lang.String |
code
Verification code received by SMS, phone call or flash call.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
Constructor and Description |
---|
CheckChangePhoneNumberCode()
Default constructor for a function, which checks the authentication code sent to confirm a new phone number of the user.
|
CheckChangePhoneNumberCode(java.lang.String code)
Creates a function, which checks the authentication code sent to confirm a new phone number of the user.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String code
public static final int CONSTRUCTOR
public CheckChangePhoneNumberCode()
Returns Ok
public CheckChangePhoneNumberCode(java.lang.String code)
Returns Ok
code
- Verification code received by SMS, phone call or flash call.public int getConstructor()
getConstructor
in class TdApi.Function