MadelineProtoDocs/old_docs/API_docs_v44/constructors/account.wallPapersNotModified.md

35 lines
630 B
Markdown
Raw Permalink Normal View History

2020-10-01 18:05:42 +02: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'}
```