mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-03 22:17:45 +01:00
664 B
664 B
title | description |
---|---|
pageBlockBlockquote | pageBlockBlockquote attributes, type and example |
Constructor: pageBlockBlockquote
Attributes:
Name | Type | Required |
---|---|---|
text | RichText | Yes |
caption | RichText | Yes |
Type: PageBlock
Example:
$pageBlockBlockquote = ['_' => 'pageBlockBlockquote', 'text' => RichText, 'caption' => RichText, ];
Or, if you're into Lua:
pageBlockBlockquote={_='pageBlockBlockquote', text=RichText, caption=RichText, }