MadelineProto/docs/API_docs/constructors/pageBlockEmbed.md

923 B

title description
pageBlockEmbed pageBlockEmbed attributes, type and example

Constructor: pageBlockEmbed

Back to constructors index

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, ];