MadelineProtoDocs/docs/API_docs/constructors/baseThemeNight.md

434 B

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

Constructor: baseThemeNight

Back to constructors index

Type: BaseTheme

Example:

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

Or, if you're into Lua:

baseThemeNight={_='baseThemeNight'}