615 B
615 B
title | description | image |
---|---|---|
pageBlockTitle | Title | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: pageBlockTitle
Title
Attributes:
Name | Type | Required | Description |
---|---|---|---|
text | RichText | Yes | Title |
Type: PageBlock
Example:
$pageBlockTitle = ['_' => 'pageBlockTitle', 'text' => RichText];
Or, if you're into Lua:
pageBlockTitle={_='pageBlockTitle', text=RichText}