--- 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'} ```