35 lines
594 B
Markdown
35 lines
594 B
Markdown
|
---
|
||
|
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'}
|
||
|
|
||
|
```
|
||
|
|
||
|
|