MadelineProto/old_docs/API_docs_v65/constructors/pageBlockEmbed.md
Daniil Gentili 1eb2fc0b4f fix
2017-04-21 13:27:04 +02:00

1.1 KiB

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 Yes
h int Yes
caption RichText Yes

Type: PageBlock

Example:

$pageBlockEmbed = ['_' => 'pageBlockEmbed', 'full_width' => Bool, 'allow_scrolling' => Bool, 'url' => string, 'html' => string, 'poster_photo_id' => long, 'w' => int, 'h' => int, 'caption' => RichText, ];

Or, if you're into Lua:

pageBlockEmbed={_='pageBlockEmbed', full_width=Bool, allow_scrolling=Bool, url=string, html=string, poster_photo_id=long, w=int, h=int, caption=RichText, }