MadelineProtoDocs/docs/API_docs/constructors/themeDocumentNotModified.md

34 lines
499 B
Markdown

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