Uses of Class
org.drinkless.tdlib.TdApi.LanguagePackInfo
Packages that use TdApi.LanguagePackInfo
-
Uses of TdApi.LanguagePackInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.LanguagePackInfoModifier and TypeFieldDescriptionTdApi.EditCustomLanguagePackInfo.infoNew information about the custom local language pack.TdApi.SetCustomLanguagePack.infoInformation about the language pack.TdApi.LocalizationTargetInfo.languagePacksList of available language packs for this application.Constructors in org.drinkless.tdlib with parameters of type TdApi.LanguagePackInfoModifierConstructorDescriptionCreates a function, which edits information about a custom local language pack in the current localization target.LocalizationTargetInfo(TdApi.LanguagePackInfo[] languagePacks) Contains information about the current localization target.SetCustomLanguagePack(TdApi.LanguagePackInfo info, TdApi.LanguagePackString[] strings) Creates a function, which adds or changes a custom local language pack to the current localization target.