Uses of Class
org.drinkless.tdlib.TdApi.InputBackground
Packages that use TdApi.InputBackground
-
Uses of TdApi.InputBackground in org.drinkless.tdlib
Subclasses of TdApi.InputBackground in org.drinkless.tdlibModifier and TypeClassDescriptionstatic class
A background from a local file.static class
A background previously set in the chat; for chat backgrounds only.static class
A background from the server.Fields in org.drinkless.tdlib declared as TdApi.InputBackgroundModifier and TypeFieldDescriptionTdApi.SetChatBackground.background
The input background to use; pass null to create a new filled or chat theme background.TdApi.SetDefaultBackground.background
The input background to use; pass null to create a new filled background.Constructors in org.drinkless.tdlib with parameters of type TdApi.InputBackgroundModifierConstructorDescriptionSetChatBackground
(long chatId, TdApi.InputBackground background, TdApi.BackgroundType type, int darkThemeDimming, boolean onlyForSelf) Creates a function, which sets the background in a specific chat.SetDefaultBackground
(TdApi.InputBackground background, TdApi.BackgroundType type, boolean forDarkTheme) Creates a function, which sets default background for chats; adds the background to the list of installed backgrounds.