Uses of Class
it.tdlight.jni.TdApi.InputBackground
-
Uses of TdApi.InputBackground in it.tdlight.jni
Subclasses of TdApi.InputBackground in it.tdlight.jniModifier and TypeClassDescriptionstatic final classA background from a local file.static final classA background previously set in the chat; for chat backgrounds only.static final classA background from the server.Fields in it.tdlight.jni declared as TdApi.InputBackgroundModifier and TypeFieldDescriptionTdApi.SetBackground.backgroundThe input background to use; pass null to create a new filled background or to remove the current background.TdApi.SetChatBackground.backgroundThe input background to use; pass null to create a new filled background or to remove the current background.Constructors in it.tdlight.jni with parameters of type TdApi.InputBackgroundModifierConstructorDescriptionSetBackground(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.