java.lang.Object
it.tdlight.jni.TdApi.Object
it.tdlight.jni.TdApi.ChatBackground
- Enclosing class:
- TdApi
Describes a background set for a specific chat.
-
Field Summary
Modifier and TypeFieldDescriptionThe background.static final int
int
Dimming of the background in dark themes, as a percentage; 0-100. -
Constructor Summary
ConstructorDescriptionDescribes a background set for a specific chat.ChatBackground
(TdApi.Background background, int darkThemeDimming) Describes a background set for a specific chat.ChatBackground
(DataInput input) Describes a background set for a specific chat. -
Method Summary
Methods inherited from class it.tdlight.jni.TdApi.Object
serialize, toString
-
Field Details
-
background
The background. -
darkThemeDimming
public int darkThemeDimmingDimming of the background in dark themes, as a percentage; 0-100. -
CONSTRUCTOR
public static final int CONSTRUCTOR- See Also:
-
-
Constructor Details
-
ChatBackground
public ChatBackground()Describes a background set for a specific chat. -
ChatBackground
Describes a background set for a specific chat.- Parameters:
background
- Background The background.darkThemeDimming
- int Dimming of the background in dark themes, as a percentage; 0-100.
-
ChatBackground
Describes a background set for a specific chat.- Throws:
IOException
-
-
Method Details
-
getConstructor
public int getConstructor()- Specified by:
getConstructor
in classTdApi.Object
-
serialize
- Specified by:
serialize
in classTdApi.Object
- Throws:
IOException
-
equals
-
hashCode
public int hashCode()
-