Uses of Class
org.drinkless.tdlib.TdApi.LanguagePackString
Packages that use TdApi.LanguagePackString
-
Uses of TdApi.LanguagePackString in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.LanguagePackStringModifier and TypeFieldDescriptionTdApi.SetCustomLanguagePackString.newString
New language pack string.TdApi.LanguagePackStrings.strings
A list of language pack strings.TdApi.SetCustomLanguagePack.strings
Strings of the new language pack.TdApi.UpdateLanguagePackStrings.strings
List of changed language pack strings; empty if all strings have changed.Constructors in org.drinkless.tdlib with parameters of type TdApi.LanguagePackStringModifierConstructorDescriptionLanguagePackStrings
(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.