Uses of Class
it.tdlight.jni.TdApi.BackgroundType
-
Uses of TdApi.BackgroundType in it.tdlight.jni
Subclasses of TdApi.BackgroundType in it.tdlight.jniModifier and TypeClassDescriptionstatic final classA filled background.static final classA PNG or TGV (gzipped subset of SVG with MIME type "application/x-tgwallpattern") pattern to be combined with the background fill chosen by the user.static final classA wallpaper in JPEG format.Fields in it.tdlight.jni declared as TdApi.BackgroundTypeModifier and TypeFieldDescriptionTdApi.Background.typeType of the background.TdApi.GetBackgroundUrl.typeBackground type.TdApi.SetBackground.typeBackground type; pass null to use the default type of the remote background or to remove the current background.TdApi.SetChatBackground.typeBackground type; pass null to remove the current background.Constructors in it.tdlight.jni with parameters of type TdApi.BackgroundTypeModifierConstructorDescriptionBackground(long id, boolean isDefault, boolean isDark, String name, TdApi.Document document, TdApi.BackgroundType type) Describes a chat background.GetBackgroundUrl(String name, TdApi.BackgroundType type) Constructs a persistent HTTP URL for a background.SetBackground(TdApi.InputBackground background, TdApi.BackgroundType type, boolean forDarkTheme) Changes the background selected by the user; adds background to the list of installed backgrounds.SetChatBackground(long chatId, TdApi.InputBackground background, TdApi.BackgroundType type, int darkThemeDimming) Changes the background in a specific chat.