Uses of Class
org.drinkless.tdlib.TdApi.ThemeParameters
Packages that use TdApi.ThemeParameters
-
Uses of TdApi.ThemeParameters in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.ThemeParametersModifier and TypeFieldDescriptionTdApi.GetPaymentForm.themePreferred payment form theme; pass null to use the default theme.TdApi.GetThemeParametersJsonString.themeTheme parameters to convert to JSON.TdApi.WebAppOpenParameters.themePreferred Web App theme; pass null to use the default theme.Constructors in org.drinkless.tdlib with parameters of type TdApi.ThemeParametersModifierConstructorDescriptionGetPaymentForm(TdApi.InputInvoice inputInvoice, TdApi.ThemeParameters theme) Creates a function, which returns an invoice payment form.Creates a function, which converts a themeParameters object to corresponding JSON-serialized string.WebAppOpenParameters(TdApi.ThemeParameters theme, String applicationName, TdApi.WebAppOpenMode mode) Options to be used when a Web App is opened.