public static class TdApi.ChatBackground extends TdApi.Object
| Modifier and Type | Field and Description |
|---|---|
TdApi.Background |
background
The background.
|
static int |
CONSTRUCTOR
Identifier uniquely determining type of the object.
|
int |
darkThemeDimming
Dimming of the background in dark themes, as a percentage; 0-100.
|
| Constructor and Description |
|---|
ChatBackground()
Describes a background set for a specific chat.
|
ChatBackground(TdApi.Background background,
int darkThemeDimming)
Describes a background set for a specific chat.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getConstructor()
Returns an identifier uniquely determining type of the object.
|
toStringpublic TdApi.Background background
public int darkThemeDimming
public static final int CONSTRUCTOR
public ChatBackground()
public ChatBackground(TdApi.Background background, int darkThemeDimming)
background - The background.darkThemeDimming - Dimming of the background in dark themes, as a percentage; 0-100. Applied only to Wallpaper and Fill types of background.public int getConstructor()
TdApi.ObjectgetConstructor in class TdApi.Object