Uses of Class
org.drinkless.tdlib.TdApi.BackgroundType
-
Packages that use TdApi.BackgroundType Package Description org.drinkless.tdlib -
-
Uses of TdApi.BackgroundType in org.drinkless.tdlib
Subclasses of TdApi.BackgroundType in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.BackgroundTypeFillA filled background.static classTdApi.BackgroundTypePatternA 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 classTdApi.BackgroundTypeWallpaperA wallpaper in JPEG format.Fields in org.drinkless.tdlib declared as TdApi.BackgroundType Modifier and Type Field Description TdApi.BackgroundTypeTdApi.Background. typeType of the background.TdApi.BackgroundTypeTdApi.GetBackgroundUrl. typeBackground type.TdApi.BackgroundTypeTdApi.SetBackground. typeBackground type; pass null to use the default type of the remote background or to remove the current background.Constructors in org.drinkless.tdlib with parameters of type TdApi.BackgroundType Constructor Description Background(long id, boolean isDefault, boolean isDark, String name, TdApi.Document document, TdApi.BackgroundType type)Describes a chat background.GetBackgroundUrl(String name, TdApi.BackgroundType type)Creates a function, which constructs a persistent HTTP URL for a background.SetBackground(TdApi.InputBackground background, TdApi.BackgroundType type, boolean forDarkTheme)Creates a function, which changes the background selected by the user; adds background to the list of installed backgrounds.
-