MadelineProtoDocs/docs/API_docs/constructors/baseThemeDay.md

34 lines
399 B
Markdown

---
title: baseThemeDay
description: Day theme
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# Constructor: baseThemeDay
[Back to constructors index](index.md)
Day theme
### Type: [BaseTheme](../types/BaseTheme.md)
### Example:
```php
$baseThemeDay = ['_' => 'baseThemeDay'];
```
Or, if you're into Lua:
```lua
baseThemeDay={_='baseThemeDay'}
```