MadelineProtoDocs/docs/API_docs/constructors/account.themes.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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]];