709 B
709 B
title | description | image |
---|---|---|
account.themes | Themes | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: account.themes
Themes
Attributes:
Name | Type | Required | Description |
---|---|---|---|
hash | int | Yes | Hash |
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}}