MadelineProtoDocs/docs/API_docs/constructors/baseThemeTinted.md

441 B

title description image
baseThemeTinted baseThemeTinted attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: baseThemeTinted

Back to constructors index

Type: BaseTheme

Example:

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

Or, if you're into Lua:

baseThemeTinted={_='baseThemeTinted'}