MadelineProto/docs/API_docs/constructors/pageBlockParagraph.md

472 B

title description
pageBlockParagraph pageBlockParagraph attributes, type and example

Constructor: pageBlockParagraph

Back to constructors index

Attributes:

Name Type Required
text RichText Required

Type: PageBlock

Example:

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