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 class
A background from a local file.static final class
A background previously set in the chat; for chat backgrounds only.static final class
A background from the server.Fields in it.tdlight.jni 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 it.tdlight.jni with parameters of type TdApi.InputBackgroundModifierConstructorDescriptionSetChatBackground
(long chatId, TdApi.InputBackground background, TdApi.BackgroundType type, int darkThemeDimming, boolean onlyForSelf) Sets the background in a specific chat.SetDefaultBackground
(TdApi.InputBackground background, TdApi.BackgroundType type, boolean forDarkTheme) Sets default background for chats; adds the background to the list of installed backgrounds.