Uses of Class
org.drinkless.tdlib.TdApi.LanguagePackInfo
-
Packages that use TdApi.LanguagePackInfo Package Description org.drinkless.tdlib -
-
Uses of TdApi.LanguagePackInfo in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.LanguagePackInfo Modifier and Type Field Description TdApi.LanguagePackInfoTdApi.EditCustomLanguagePackInfo. infoNew information about the custom local language pack.TdApi.LanguagePackInfoTdApi.SetCustomLanguagePack. infoInformation about the language pack.TdApi.LanguagePackInfo[]TdApi.LocalizationTargetInfo. languagePacksList of available language packs for this application.Constructors in org.drinkless.tdlib with parameters of type TdApi.LanguagePackInfo Constructor Description EditCustomLanguagePackInfo(TdApi.LanguagePackInfo info)Creates 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.
-