1
0
mirror of https://github.com/danog/MadelineProto.git synced 2024-12-04 21:47:50 +01:00
MadelineProto/docs/API_docs/constructors/pagePart.md

595 B

title description
pagePart pagePart attributes, type and example

Constructor: pagePart

Back to constructors index

Attributes:

Name Type Required
blocks Array of PageBlock Required
photos Array of Photo Required
videos Array of Document Required

Type: Page

Example:

$pagePart = ['_' => 'pagePart', 'blocks' => [Vector t], 'photos' => [Vector t], 'videos' => [Vector t], ];