Package it.tdlight.jni
Class TdApi.SetCustomLanguagePack
java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.Function
it.tdlight.jni.TdApi.SetCustomLanguagePack
- Enclosing class:
- TdApi
public static class TdApi.SetCustomLanguagePack extends TdApi.Function
Adds or changes a custom local language
pack to the current localization target.
Returns Ok
-
Field Summary
Fields Modifier and Type Field Description static int
CONSTRUCTOR
TdApi.LanguagePackInfo
info
Information about the language pack.TdApi.LanguagePackString[]
strings
Strings of the new language pack. -
Constructor Summary
Constructors Constructor Description SetCustomLanguagePack()
Adds or changes a custom local language pack to the current localization target.SetCustomLanguagePack(TdApi.LanguagePackInfo info, TdApi.LanguagePackString[] strings)
Adds or changes a custom local language pack to the current localization target.SetCustomLanguagePack(DataInput input)
-
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
-
info
Information about the language pack. Language pack ID must start with 'X', consist only of English letters, digits and hyphens, and must not exceed 64 characters. Can be called before authorization. -
strings
Strings of the new language pack. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
- Constant Field Values
-
-
Constructor Details
-
SetCustomLanguagePack
public SetCustomLanguagePack()Adds or changes a custom local language pack to the current localization target.Returns
Ok
-
SetCustomLanguagePack
Adds or changes a custom local language pack to the current localization target.Returns
Ok
- Parameters:
info
- LanguagePackInfo Information about the language pack. Language pack ID must start with 'X', consist only of English letters, digits and hyphens, and must not exceed 64 characters. Can be called before authorization.strings
- LanguagePackString[] Strings of the new language pack.
-
SetCustomLanguagePack
- 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()
-