Package it.tdlight.jni
Class TdApi.SetCustomLanguagePackString
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.SetCustomLanguagePackString
- Enclosing class:
- TdApi
public static class TdApi.SetCustomLanguagePackString extends TdApi.Function
Adds, edits or deletes a string in a
custom local language pack. Can be
called before authorization.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
String
languagePackId
Identifier of a previously added custom local language pack in the current localization target.TdApi.LanguagePackString
newString
New language pack string. -
Constructor Summary
Constructors Constructor Description SetCustomLanguagePackString()
Adds, edits or deletes a string in a custom local language pack.SetCustomLanguagePackString(DataInput input)
SetCustomLanguagePackString(String languagePackId, TdApi.LanguagePackString newString)
Adds, edits or deletes a string in a custom local language pack. -
Method Summary
Modifier and Type Method Description boolean
equals(Object o)
int
getConstructor()
int
hashCode()
void
serialize(DataOutput output)
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:
- Constant Field Values
-
-
Constructor Details
-
SetCustomLanguagePackString
public SetCustomLanguagePackString()Adds, edits or deletes a string in a custom local language pack. Can be called before authorization.Returns
Ok
-
SetCustomLanguagePackString
Adds, edits or deletes a string in a custom local language pack. Can be called before authorization.Returns
Ok
- Parameters:
languagePackId
- String Identifier of a previously added custom local language pack in the current localization target.newString
- LanguagePackString New language pack string.
-
SetCustomLanguagePackString
- 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()
-