Package it.tdlight.jni
Class TdApi.ResetPassword
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.ResetPassword
- Enclosing class:
- TdApi
public static class TdApi.ResetPassword extends TdApi.Function
Removes 2-step verification password
without previous password and access
to recovery email address. The password
can't be reset immediately and the
request needs to be repeated after
the specified time.
Returns ResetPasswordResult
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
-
Constructor Summary
Constructors Constructor Description ResetPassword()
Removes 2-step verification password without previous password and access to recovery email address.ResetPassword(DataInput input)
Removes 2-step verification password without previous password and access to recovery email address. -
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
-
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
ResetPassword
public ResetPassword()Removes 2-step verification password without previous password and access to recovery email address. The password can't be reset immediately and the request needs to be repeated after the specified time.Returns
ResetPasswordResult
-
ResetPassword
Removes 2-step verification password without previous password and access to recovery email address. The password can't be reset immediately and the request needs to be repeated after the specified time.Returns
ResetPasswordResult
- 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()
-