MadelineProtoDocs/docs/API_docs/constructors/webPageAttributeTheme.md

836 B

title description image
webPageAttributeTheme webPageAttributeTheme attributes, type and example https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: webPageAttributeTheme

Back to constructors index

Attributes:

Name Type Required
documents Array of Document Optional
settings ThemeSettings Optional

Type: WebPageAttribute

Example:

$webPageAttributeTheme = ['_' => 'webPageAttributeTheme', 'documents' => [Document, Document], 'settings' => ThemeSettings];

Or, if you're into Lua:

webPageAttributeTheme={_='webPageAttributeTheme', documents={Document}, settings=ThemeSettings}