Uses of Class
org.drinkless.tdlib.TdApi.LanguagePackStringValue
-
Packages that use TdApi.LanguagePackStringValue Package Description org.drinkless.tdlib -
-
Uses of TdApi.LanguagePackStringValue in org.drinkless.tdlib
Subclasses of TdApi.LanguagePackStringValue in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.LanguagePackStringValueDeletedA deleted language pack string, the value must be taken from the built-in English language pack.static classTdApi.LanguagePackStringValueOrdinaryAn ordinary language pack string.static classTdApi.LanguagePackStringValuePluralizedA language pack string which has different forms based on the number of some object it mentions.Fields in org.drinkless.tdlib declared as TdApi.LanguagePackStringValue Modifier and Type Field Description TdApi.LanguagePackStringValueTdApi.LanguagePackString. valueString value; pass null if the string needs to be taken from the built-in English language pack.Constructors in org.drinkless.tdlib with parameters of type TdApi.LanguagePackStringValue Constructor Description LanguagePackString(String key, TdApi.LanguagePackStringValue value)Represents one language pack string.
-