Uses of Class
org.drinkless.tdlib.TdApi.Background
Packages that use TdApi.Background
-
Uses of TdApi.Background in org.drinkless.tdlib
Fields in org.drinkless.tdlib declared as TdApi.BackgroundModifier and TypeFieldDescriptionTdApi.ChatBackground.background
The background.TdApi.ThemeSettings.background
The background to be used in chats; may be null.TdApi.UpdateDefaultBackground.background
The new default background; may be null.TdApi.Backgrounds.backgrounds
A list of backgrounds.Constructors in org.drinkless.tdlib with parameters of type TdApi.BackgroundModifierConstructorDescriptionBackgrounds
(TdApi.Background[] backgrounds) Contains a list of backgrounds.ChatBackground
(TdApi.Background background, int darkThemeDimming) Describes a background set for a specific chat.ThemeSettings
(int accentColor, TdApi.Background background, TdApi.BackgroundFill outgoingMessageFill, boolean animateOutgoingMessageFill, int outgoingMessageAccentColor) Describes theme settings.UpdateDefaultBackground
(boolean forDarkTheme, TdApi.Background background) The default background has changed.