mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:07:51 +01:00
909 B
909 B
title | description |
---|---|
pageBlockEmbedPost | pageBlockEmbedPost attributes, type and example |
Constructor: pageBlockEmbedPost
Attributes:
Name | Type | Required |
---|---|---|
url | string | Required |
webpage_id | long | Required |
author_photo_id | long | Required |
author | string | Required |
date | int | Required |
blocks | Array of PageBlock | Required |
caption | RichText | Required |
Type: PageBlock
Example:
$pageBlockEmbedPost = ['_' => 'pageBlockEmbedPost', 'url' => string, 'webpage_id' => long, 'author_photo_id' => long, 'author' => string, 'date' => int, 'blocks' => [Vector t], 'caption' => RichText, ];