MadelineProtoDocs/docs/API_docs/constructors/account.wallPapersNotModifi...

34 lines
557 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'}
```