public static class TdApi.SetChatBackground extends TdApi.Function<TdApi.Ok>
Returns Ok
| Modifier and Type | Field and Description |
|---|---|
TdApi.InputBackground |
background
The input background to use; pass null to create a new filled or chat theme background.
|
long |
chatId
Chat identifier.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
darkThemeDimming
Dimming of the background in dark themes, as a percentage; 0-100.
|
boolean |
onlyForSelf
Pass true to set background only for self; pass false to set background for all chat users.
|
TdApi.BackgroundType |
type
Background type; pass null to use default background type for the chosen background; backgroundTypeChatTheme isn't supported for private and secret chats.
|
| Constructor and Description |
|---|
SetChatBackground()
Default constructor for a function, which sets the background in a specific chat.
|
SetChatBackground(long chatId,
TdApi.InputBackground background,
TdApi.BackgroundType type,
int darkThemeDimming,
boolean onlyForSelf)
Creates a function, which sets the background in a specific chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic long chatId
public TdApi.InputBackground background
public TdApi.BackgroundType type
public int darkThemeDimming
public boolean onlyForSelf
public static final int CONSTRUCTOR
public SetChatBackground()
Returns Ok
public SetChatBackground(long chatId,
TdApi.InputBackground background,
TdApi.BackgroundType type,
int darkThemeDimming,
boolean onlyForSelf)
Returns Ok
chatId - Chat identifier.background - The input background to use; pass null to create a new filled or chat theme background.type - Background type; pass null to use default background type for the chosen background; backgroundTypeChatTheme isn't supported for private and secret chats. Use chatBoostLevelFeatures.chatThemeBackgroundCount and chatBoostLevelFeatures.canSetCustomBackground to check whether the background type can be set in the boosted chat.darkThemeDimming - Dimming of the background in dark themes, as a percentage; 0-100. Applied only to Wallpaper and Fill types of background.onlyForSelf - Pass true to set background only for self; pass false to set background for all chat users. Always false for backgrounds set in boosted chats. Background can be set for both users only by Telegram Premium users and if set background isn't of the type inputBackgroundPrevious.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object