MadelineProtoDocs/old_docs/API_docs_v109/constructors/account.themesNotModified.md

35 lines
594 B
Markdown
Raw Normal View History

2020-03-06 12:24:14 +01:00
---
title: account.themesNotModified
description: No new themes were installed
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
redirect_from: /API_docs/constructors/account_themesNotModified.html
---
# Constructor: account.themesNotModified
[Back to constructors index](index.md)
No new themes were installed
### Type: [account.Themes](../types/account.Themes.md)
### Example:
```php
$account.themesNotModified = ['_' => 'account.themesNotModified'];
```
Or, if you're into Lua:
```lua
account.themesNotModified={_='account.themesNotModified'}
```