Package it.tdlight.jni
Class TdApi.CheckChangePhoneNumberCode
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.CheckChangePhoneNumberCode
- Enclosing class:
- TdApi
public static class TdApi.CheckChangePhoneNumberCode extends TdApi.Function
Checks the authentication code sent
to confirm a new phone number of the user.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description String
code
Verification code received by SMS, phone call or flash call.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description CheckChangePhoneNumberCode()
Checks the authentication code sent to confirm a new phone number of the user.CheckChangePhoneNumberCode(DataInput input)
CheckChangePhoneNumberCode(String code)
Checks the authentication code sent to confirm a new phone number of the user. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
code
Verification code received by SMS, phone call or flash call. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
CheckChangePhoneNumberCode
public CheckChangePhoneNumberCode()Checks the authentication code sent to confirm a new phone number of the user.Returns
Ok
-
CheckChangePhoneNumberCode
Checks the authentication code sent to confirm a new phone number of the user.Returns
Ok
- Parameters:
code
- String Verification code received by SMS, phone call or flash call.
-
CheckChangePhoneNumberCode
- 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()
-