MadelineProtoDocs/docs/API_docs/constructors/themeDocumentNotModified.md

34 lines
507 B
Markdown

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