827 B
827 B
title | description | image |
---|---|---|
account.themes | Installed themes | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
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}}