MadelineProtoDocs/old_docs/API_docs_v105/constructors/updateTheme.md
2019-09-13 17:13:55 +02:00

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}