- Enclosing class:
- TdApi
Deletes all information about a language
pack in the current localization
target. The language pack which is
currently in use (including base
language pack) or is being synchronized
can't be deleted. Can be called before authorization.
Returns Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier of the language pack to delete. -
Constructor Summary
ConstructorDescriptionDeletes all information about a language pack in the current localization target.DeleteLanguagePack
(DataInput input) Deletes all information about a language pack in the current localization target.DeleteLanguagePack
(String languagePackId) Deletes all information about a language pack in the current localization target. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Function
toString
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize
-
Field Details
-
languagePackId
Identifier of the language pack to delete. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
DeleteLanguagePack
public DeleteLanguagePack()Deletes all information about a language pack in the current localization target. The language pack which is currently in use (including base language pack) or is being synchronized can't be deleted. Can be called before authorization.Returns
Ok
-
DeleteLanguagePack
Deletes all information about a language pack in the current localization target. The language pack which is currently in use (including base language pack) or is being synchronized can't be deleted. Can be called before authorization.Returns
Ok
- Parameters:
languagePackId
- String Identifier of the language pack to delete.
-
DeleteLanguagePack
Deletes all information about a language pack in the current localization target. The language pack which is currently in use (including base language pack) or is being synchronized can't be deleted. Can be called before authorization.Returns
Ok
- 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()
-