--- title: account.wallPapersNotModified description: No wallpapers were modified image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: account.wallPapersNotModified [Back to constructors index](index.md) No wallpapers were modified ### Type: [account\_WallPapers](../types/account_WallPapers.md) ### Example: ```php $account_wallPapersNotModified = ['_' => 'account.wallPapersNotModified']; ``` Or, if you're into Lua: ```lua account_wallPapersNotModified={_='account.wallPapersNotModified'} ```