View Source ExTDLib.Object.ThemeSettings (ExTDLib v0.0.4)
Describes theme settings.
| Name | Type | Description |
|---|---|---|
| accent_color | number | Theme accent color in ARGB format. |
| background | background | The background to be used in chats; may be null. |
| outgoing_message_fill | BackgroundFill | The fill to be used as a background for outgoing messages. |
| animate_outgoing_message_fill | bool | If true, the freeform gradient fill needs to be animated on every sent message. |
| outgoing_message_accent_color | number | Accent color of outgoing messages in ARGB format. |
More details on telegram's documentation.