Package org.drinkless.tdlib
Class TdApi.DeleteAccount
- java.lang.Object
-
- org.drinkless.tdlib.TdApi.Object
-
- org.drinkless.tdlib.TdApi.Function
-
- org.drinkless.tdlib.TdApi.DeleteAccount
-
- Enclosing class:
- TdApi
public static class TdApi.DeleteAccount extends TdApi.Function
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
Fields Modifier and Type Field Description static intCONSTRUCTORIdentifier uniquely determining type of the object.StringreasonThe reason why the account was deleted; optional.
-
Constructor Summary
Constructors Constructor Description DeleteAccount()Default constructor for a function, which deletes the account of the current user, deleting all information associated with the user from the server.DeleteAccount(String reason)Creates a function, which deletes the account of the current user, deleting all information associated with the user from the server.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetConstructor()-
Methods inherited from class org.drinkless.tdlib.TdApi.Function
toString
-
-
-
-
Field Detail
-
reason
public String reason
The reason why the account was deleted; optional.
-
CONSTRUCTOR
public static final int CONSTRUCTOR
Identifier uniquely determining type of the object.- See Also:
- Constant Field Values
-
-
Constructor Detail
-
DeleteAccount
public DeleteAccount()
Default constructor for a function, which 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
public DeleteAccount(String reason)
Creates a function, which 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.
-
-
Method Detail
-
getConstructor
public int getConstructor()
- Specified by:
getConstructorin classTdApi.Object- Returns:
- this.CONSTRUCTOR
-
-