MadelineProtoDocs/docs/API_docs/constructors/baseThemeNight.md

34 lines
415 B
Markdown

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