MadelineProtoDocs/docs/API_docs/constructors/pageBlockTitle.md
2024-05-01 14:53:46 +02:00

585 B

title description nav_exclude image
pageBlockTitle Title true 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];