public static class TdApi.DeleteLanguagePack extends TdApi.Function
Returns Ok
TdApi.Function.Constructors
Modifier and Type | Field and Description |
---|---|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
java.lang.String |
languagePackId
Identifier of the language pack to delete.
|
Constructor and Description |
---|
DeleteLanguagePack()
Default constructor for a function, which deletes all information about a language pack in the current localization target.
|
DeleteLanguagePack(java.lang.String languagePackId)
Creates a function, which deletes all information about a language pack in the current localization target.
|
Modifier and Type | Method and Description |
---|---|
int |
getConstructor() |
toString
public java.lang.String languagePackId
public static final int CONSTRUCTOR
public DeleteLanguagePack()
Returns Ok
public DeleteLanguagePack(java.lang.String languagePackId)
Returns Ok
languagePackId
- Identifier of the language pack to delete.public int getConstructor()
getConstructor
in class TdApi.Function