mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-04 02:28:31 +01:00
26 lines
548 B
Markdown
26 lines
548 B
Markdown
|
---
|
||
|
title: "account.themesNotModified"
|
||
|
description: "No new themes were installed"
|
||
|
nav_exclude: true
|
||
|
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](/API_docs/constructors/index.html)
|
||
|
|
||
|
|
||
|
|
||
|
No new themes were installed
|
||
|
|
||
|
|
||
|
|
||
|
|
||
|
### Type: [account.Themes](/API_docs/types/account.Themes.html)
|
||
|
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
```
|
||
|
$account_themesNotModified = ['_' => 'account.themesNotModified'];
|
||
|
```
|