MadelineProtoDocs/old_docs/API_docs_v91/constructors/pageBlockTitle.md
2019-03-08 13:49:23 +01:00

749 B

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

Constructor: pageBlockTitle

Back to constructors index

Page block title

Attributes:

Name Type Required Description
text RichText Yes Text

Type: PageBlock

Example:

$pageBlockTitle = ['_' => 'pageBlockTitle', 'text' => RichText];

PWRTelegram json-encoded version:

{"_": "pageBlockTitle", "text": RichText}

Or, if you're into Lua:

pageBlockTitle={_='pageBlockTitle', text=RichText}