MadelineProto/docs/API_docs/constructors/pageBlockCollage.md

554 B

title description
pageBlockCollage pageBlockCollage attributes, type and example

Constructor: pageBlockCollage

Back to constructors index

Attributes:

Name Type Required
items Array of PageBlock Required
caption RichText Required

Type: PageBlock

Example:

$pageBlockCollage = ['_' => 'pageBlockCollage', 'items' => [Vector t], 'caption' => RichText, ];