mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-03 10:08:28 +01:00
855 B
855 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
account.themes | Installed themes | true | 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 | long | Yes | Hash for pagination, for more info click here |
themes | Array of Theme | Yes | Themes |
Type: account.Themes
Example:
$account_themes = ['_' => 'account.themes', 'hash' => long, 'themes' => [Theme, Theme]];