Uses of Class
it.tdlight.jni.TdApi.Background
-
Uses of TdApi.Background in it.tdlight.jni
Fields in it.tdlight.jni declared as TdApi.BackgroundModifier and TypeFieldDescriptionTdApi.ChatBackground.backgroundThe background.TdApi.ThemeSettings.backgroundThe background to be used in chats; may be null.TdApi.UpdateSelectedBackground.backgroundThe new selected background; may be null.TdApi.Backgrounds.backgroundsA list of backgrounds.Constructors in it.tdlight.jni 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.UpdateSelectedBackground(boolean forDarkTheme, TdApi.Background background) The selected background has changed.