MadelineProtoDocs/old_docs/API_docs_v105/constructors/account_wallPapersNotModified.md
2019-12-27 17:48:04 +01:00

558 B

title description image
account.wallPapersNotModified No new wallpapers were found https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: account.wallPapersNotModified

Back to constructors index

No new wallpapers were found

Type: account_WallPapers

Example:

$account_wallPapersNotModified = ['_' => 'account.wallPapersNotModified'];

Or, if you're into Lua:

account_wallPapersNotModified={_='account.wallPapersNotModified'}