- Enclosing class:
- TdApi
Deletes the account of the current
user, deleting all information associated
with the user from the server. The
phone number of the account can be
used to create a new account. Can be
called before authorization when the
current authorization state is authorizationStateWaitPassword.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
The 2-step verification password of the current user.The reason why the account was deleted; optional. -
Constructor Summary
ConstructorDescriptionDeletes the account of the current user, deleting all information associated with the user from the server.DeleteAccount
(DataInput input) Deletes the account of the current user, deleting all information associated with the user from the server.DeleteAccount
(String reason, String password) Deletes the account of the current user, deleting all information associated with the user from the server. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
reason
The reason why the account was deleted; optional. -
password
The 2-step verification password of the current user. If not specified, account deletion can be canceled within one week. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
DeleteAccount
public DeleteAccount()Deletes the account of the current user, deleting all information associated with the user from the server. The phone number of the account can be used to create a new account. Can be called before authorization when the current authorization state is authorizationStateWaitPassword. ReturnsOk
-
DeleteAccount
Deletes the account of the current user, deleting all information associated with the user from the server. The phone number of the account can be used to create a new account. Can be called before authorization when the current authorization state is authorizationStateWaitPassword. ReturnsOk
- Parameters:
reason
- String The reason why the account was deleted; optional.password
- String The 2-step verification password of the current user. If not specified, account deletion can be canceled within one week.
-
DeleteAccount
Deletes the account of the current user, deleting all information associated with the user from the server. The phone number of the account can be used to create a new account. Can be called before authorization when the current authorization state is authorizationStateWaitPassword. ReturnsOk
- 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()
-