Package it.tdlight.jni
Class TdApi.CheckEmailAddressVerificationCode
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.CheckEmailAddressVerificationCode
- Enclosing class:
- TdApi
public static class TdApi.CheckEmailAddressVerificationCode extends TdApi.Function
Checks the email address verification
code for Telegram Passport.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description String
code
Verification code.static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description CheckEmailAddressVerificationCode()
Checks the email address verification code for Telegram Passport.CheckEmailAddressVerificationCode(DataInput input)
CheckEmailAddressVerificationCode(String code)
Checks the email address verification code for Telegram Passport. -
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. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
CheckEmailAddressVerificationCode
public CheckEmailAddressVerificationCode()Checks the email address verification code for Telegram Passport.Returns
Ok
-
CheckEmailAddressVerificationCode
Checks the email address verification code for Telegram Passport.Returns
Ok
- Parameters:
code
- String Verification code.
-
CheckEmailAddressVerificationCode
- 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()
-