MadelineProtoDocs/old_docs/API_docs_v25/constructors/pageBlockSubheader.md
2020-06-16 17:50:25 +02:00

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}