Uses of Class
it.tdlight.jni.TdApi.LanguagePackStringValue
-
Uses of TdApi.LanguagePackStringValue in it.tdlight.jni
Modifier and TypeClassDescriptionstatic final class
A deleted language pack string, the value must be taken from the built-in English language pack.static final class
An ordinary language pack string.static final class
A language pack string which has different forms based on the number of some object it mentions.Modifier and TypeFieldDescriptionTdApi.LanguagePackString.value
String value; pass null if the string needs to be taken from the built-in English language pack.ModifierConstructorDescriptionLanguagePackString
(String key, TdApi.LanguagePackStringValue value) Represents one language pack string.