Uses of Class
org.drinkless.tdlib.TdApi.InputBackground
-
Packages that use TdApi.InputBackground Package Description org.drinkless.tdlib -
-
Uses of TdApi.InputBackground in org.drinkless.tdlib
Subclasses of TdApi.InputBackground in org.drinkless.tdlib Modifier and Type Class Description static classTdApi.InputBackgroundLocalA background from a local file.static classTdApi.InputBackgroundRemoteA background from the server.Fields in org.drinkless.tdlib declared as TdApi.InputBackground Modifier and Type Field Description TdApi.InputBackgroundTdApi.SetBackground. backgroundThe input background to use; pass null to create a new filled backgrounds or to remove the current background.Constructors in org.drinkless.tdlib with parameters of type TdApi.InputBackground Constructor Description 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.
-