Uses of Class
it.tdlight.jni.TdApi.BackgroundType
-
Uses of TdApi.BackgroundType in it.tdlight.jni
Modifier and TypeClassDescriptionstatic final class
A filled background.static final class
A 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 class
A wallpaper in JPEG format.Modifier and TypeFieldDescriptionTdApi.Background.type
Type of the background.TdApi.GetBackgroundUrl.type
Background type.TdApi.SetBackground.type
Background type; pass null to use the default type of the remote background or to remove the current background.TdApi.SetChatBackground.type
Background type; pass null to remove the current background.ModifierConstructorDescriptionBackground
(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.