MadelineProtoDocs/old_docs/API_docs_v102/constructors/account_wallPapersNotModified.md

34 lines
556 B
Markdown
Raw Normal View History

2019-06-24 15:45:02 +02:00
---
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'}
```