View Source ExTDLib.Object.Background (ExTDLib v0.0.4)
Describes a chat background.
| Name | Type | Description |
|---|---|---|
| id | string | Unique background identifier. |
| is_default | bool | True, if this is one of default backgrounds. |
| is_dark | bool | True, if the background is dark and is recommended to be used with dark theme. |
| name | string | Unique background name. |
| document | document | Document with the background; may be null. Null only for filled backgrounds. |
| type | BackgroundType | Type of the background. |
More details on telegram's documentation.