MadelineProtoDocs/docs/API_docs/constructors/updateTheme.md

596 B

title description image
updateTheme Update theme https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateTheme

Back to constructors index

Update theme

Attributes:

Name Type Required Description
theme Theme Yes Theme

Type: Update

Example:

$updateTheme = ['_' => 'updateTheme', 'theme' => Theme];

Or, if you're into Lua:

updateTheme={_='updateTheme', theme=Theme}