View Source ExTDLib.Object.ChatTheme (ExTDLib v0.0.4)
Describes a chat theme.
| Name | Type | Description |
|---|---|---|
| name | string | Theme name. |
| light_settings | themeSettings | Theme settings for a light chat theme. |
| dark_settings | themeSettings | Theme settings for a dark chat theme. |
More details on telegram's documentation.