MadelineProtoDocs/old_docs/API_docs_v66/constructors/pageBlockSubheader.md

651 B

title description image
pageBlockSubheader Subheader https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: pageBlockSubheader

Back to constructors index

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}