1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 11:27:52 +01:00
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, ];