MadelineProtoDocs/old_docs/API_docs_v109/constructors/account.wallPapersNotModifi...

35 lines
630 B
Markdown
Raw Normal View History

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