MadelineProtoDocs/docs/API_docs/constructors/baseThemeArctic.md

34 lines
423 B
Markdown

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