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