MadelineProtoDocs/docs/API_docs/constructors/account_wallPapersNotModifi...

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