MadelineProtoDocs/docs/API_docs/constructors/account_wallPapersNotModified.md

34 lines
556 B
Markdown
Raw Normal View History

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