Uses of Class
org.drinkless.tdlib.TdApi.LanguagePackString
-
Packages that use TdApi.LanguagePackString Package Description org.drinkless.tdlib -
-
Uses of TdApi.LanguagePackString in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.LanguagePackString Modifier and Type Field Description TdApi.LanguagePackStringTdApi.SetCustomLanguagePackString. newStringNew language pack string.TdApi.LanguagePackString[]TdApi.LanguagePackStrings. stringsA list of language pack strings.TdApi.LanguagePackString[]TdApi.SetCustomLanguagePack. stringsStrings of the new language pack.TdApi.LanguagePackString[]TdApi.UpdateLanguagePackStrings. stringsList of changed language pack strings.Constructors in org.drinkless.tdlib with parameters of type TdApi.LanguagePackString Constructor Description LanguagePackStrings(TdApi.LanguagePackString[] strings)Contains a list of language pack strings.SetCustomLanguagePack(TdApi.LanguagePackInfo info, TdApi.LanguagePackString[] strings)Creates a function, which adds or changes a custom local language pack to the current localization target.SetCustomLanguagePackString(String languagePackId, TdApi.LanguagePackString newString)Creates a function, which adds, edits or deletes a string in a custom local language pack.UpdateLanguagePackStrings(String localizationTarget, String languagePackId, TdApi.LanguagePackString[] strings)Some language pack strings have been updated.
-