MadelineProtoDocs/old_docs/API_docs_v66/constructors/pageBlockTitle.md

615 B

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

Constructor: pageBlockTitle

Back to constructors index

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}