MadelineProtoDocs/docs/API_docs/constructors/themeDocumentNotModified.md

507 B

title description image
themeDocumentNotModified Theme background hasn't changed https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: themeDocumentNotModified

Back to constructors index

Theme background hasn't changed

Type: Theme

Example:

$themeDocumentNotModified = ['_' => 'themeDocumentNotModified'];

Or, if you're into Lua:

themeDocumentNotModified={_='themeDocumentNotModified'}