596 B
596 B
title | description | image |
---|---|---|
updateTheme | Update theme | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: updateTheme
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}