- 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
Identifier uniquely determining type of the object.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
Modifier and TypeMethodDescriptionboolean
int
Returns an identifier uniquely determining type of the object.int
hashCode()
void
serialize
(DataOutput output) Serialize the TDLib classMethods 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 CONSTRUCTORIdentifier uniquely determining type of the object.- 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.Returns
Ok
-
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.Returns
Ok
- Parameters:
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.Returns
Ok
-
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.Returns
Ok
- Parameters:
input
- Serialized input- Throws:
IOException
- the deserialization failed
-
-
Method Details
-
getConstructor
public int getConstructor()Description copied from class:TdApi.Object
Returns an identifier uniquely determining type of the object.- Specified by:
getConstructor
in classTdApi.Object
- Returns:
- this.CONSTRUCTOR
-
serialize
Serialize the TDLib class- Specified by:
serialize
in classTdApi.Object
- Parameters:
output
- output data stream- Throws:
IOException
- the serialization failed
-
equals
-
hashCode
public int hashCode()
-