MadelineProtoDocs/old_docs/API_docs_v105/constructors/account_wallPapersNotModified.md
2019-12-27 17:48:04 +01:00

34 lines
558 B
Markdown

---
title: account.wallPapersNotModified
description: No new wallpapers were found
image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png
---
# 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'}
```