mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-04 11:27:52 +01:00
923 B
923 B
title | description |
---|---|
pageBlockEmbed | pageBlockEmbed attributes, type and example |
Constructor: pageBlockEmbed
Attributes:
Name | Type | Required |
---|---|---|
full_width | Bool | Optional |
allow_scrolling | Bool | Optional |
url | string | Optional |
html | string | Optional |
poster_photo_id | long | Optional |
w | int | Required |
h | int | Required |
caption | RichText | Required |
Type: PageBlock
Example:
$pageBlockEmbed = ['_' => 'pageBlockEmbed', 'full_width' => true, 'allow_scrolling' => true, 'url' => string, 'html' => string, 'poster_photo_id' => long, 'w' => int, 'h' => int, 'caption' => RichText, ];