2019-03-08 13:49:23 +01:00

904 B

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

Constructor: pageBlockPullquote

Back to constructors index

Page block pullquote

Attributes:

Name Type Required Description
text RichText Yes Text
caption RichText Yes Caption

Type: PageBlock

Example:

$pageBlockPullquote = ['_' => 'pageBlockPullquote', 'text' => RichText, 'caption' => RichText];

PWRTelegram json-encoded version:

{"_": "pageBlockPullquote", "text": RichText, "caption": RichText}

Or, if you're into Lua:

pageBlockPullquote={_='pageBlockPullquote', text=RichText, caption=RichText}