Uses of Class
it.tdlight.jni.TdApi.LanguagePackStringValue
-
Uses of TdApi.LanguagePackStringValue in it.tdlight.jni
Subclasses of TdApi.LanguagePackStringValue in it.tdlight.jniModifier and TypeClassDescriptionstatic final classA deleted language pack string, the value must be taken from the built-in English language pack.static final classAn ordinary language pack string.static final classA language pack string which has different forms based on the number of some object it mentions.Fields in it.tdlight.jni declared as TdApi.LanguagePackStringValueModifier and TypeFieldDescriptionTdApi.LanguagePackString.valueString value; pass null if the string needs to be taken from the built-in English language pack.Constructors in it.tdlight.jni with parameters of type TdApi.LanguagePackStringValueModifierConstructorDescriptionLanguagePackString(String key, TdApi.LanguagePackStringValue value) Represents one language pack string.