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