MadelineProtoDocs/old_docs/API_docs_v109/constructors/account.wallPapersNotModifi...

630 B

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

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