Uses of Class
it.tdlight.jni.TdApi.LanguagePackStringValue
-
Uses of TdApi.LanguagePackStringValue in it.tdlight.jni
Subclasses of TdApi.LanguagePackStringValue in it.tdlight.jni Modifier and Type Class Description static class
TdApi.LanguagePackStringValueDeleted
A deleted language pack string, the value should be taken from the built-in english language pack.static class
TdApi.LanguagePackStringValueOrdinary
An ordinary language pack string.static class
TdApi.LanguagePackStringValuePluralized
A language pack string which has different forms based on the number of some object it mentions.Fields in it.tdlight.jni declared as TdApi.LanguagePackStringValue Modifier and Type Field Description TdApi.LanguagePackStringValue
TdApi.LanguagePackString. value
String value.Constructors in it.tdlight.jni with parameters of type TdApi.LanguagePackStringValue Constructor Description LanguagePackString(String key, TdApi.LanguagePackStringValue value)
Represents one language pack string.