- Enclosing class:
- TdApi
Adds, edits or deletes a string in a
custom local language pack. Can be
called before authorization.
Returns
Ok
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
Identifier of a previously added custom local language pack in the current localization target.New language pack string. -
Constructor Summary
ConstructorDescriptionAdds, edits or deletes a string in a custom local language pack.Adds, edits or deletes a string in a custom local language pack.SetCustomLanguagePackString
(String languagePackId, TdApi.LanguagePackString newString) Adds, edits or deletes a string in a custom local language pack. -
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 a previously added custom local language pack in the current localization target. -
newString
New language pack string. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
SetCustomLanguagePackString
public SetCustomLanguagePackString()Adds, edits or deletes a string in a custom local language pack. Can be called before authorization. ReturnsOk
-
SetCustomLanguagePackString
Adds, edits or deletes a string in a custom local language pack. Can be called before authorization. ReturnsOk
- Parameters:
languagePackId
- String Identifier of a previously added custom local language pack in the current localization target.newString
- LanguagePackString New language pack string.
-
SetCustomLanguagePackString
Adds, edits or deletes a string in a custom local language pack. Can be called before authorization. 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()
-