884 B
884 B
title | description | image | redirect_from |
---|---|---|---|
account.themes | Installed themes | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/account_themes.html |
Constructor: account.themes
Installed themes
Attributes:
Name | Type | Required | Description |
---|---|---|---|
hash | int | Yes | Hash for pagination, for more info click here |
themes | Array of Theme | Yes | Themes |
Type: account.Themes
Example:
$account.themes = ['_' => 'account.themes', 'hash' => int, 'themes' => [Theme, Theme]];
Or, if you're into Lua:
account.themes={_='account.themes', hash=int, themes={Theme}}