Uses of Class
it.tdlight.jni.TdApi.Background
-
Uses of TdApi.Background in it.tdlight.jni
Fields in it.tdlight.jni declared as TdApi.Background Modifier and Type Field Description TdApi.Background
TdApi.ThemeSettings. background
The background to be used in chats; may be null.TdApi.Background
TdApi.UpdateSelectedBackground. background
The new selected background; may be null.TdApi.Background[]
TdApi.Backgrounds. backgrounds
A list of backgrounds.Constructors in it.tdlight.jni with parameters of type TdApi.Background Constructor Description Backgrounds(TdApi.Background[] backgrounds)
Contains a list of backgrounds.ThemeSettings(int accentColor, TdApi.Background background, TdApi.BackgroundFill outgoingMessageFill, boolean animateOutgoingMessageFill, int outgoingMessageAccentColor)
Describes theme settings.UpdateSelectedBackground(boolean forDarkTheme, TdApi.Background background)
The selected background has changed.