MadelineProtoDocs/docs/API_docs/constructors/themeDocumentNotModified.md

499 B

title description image
themeDocumentNotModified Theme document not modified https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: themeDocumentNotModified

Back to constructors index

Theme document not modified

Type: Theme

Example:

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

Or, if you're into Lua:

themeDocumentNotModified={_='themeDocumentNotModified'}