MadelineProtoDocs/docs/API_docs/constructors/updateTheme.md

622 B

title description image
updateTheme A cloud theme was updated https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: updateTheme

Back to constructors index

A cloud theme was updated

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}