An embedded webpage
Constructor schema is available as of layer 61. Switch »
| Name | Type | Description |
|---|---|---|
| flags | # | Flags, see TL conditional fields |
| full_width | flags.0?true | Whether the block should be full width |
| allow_scrolling | flags.3?true | Whether scrolling should be allowed |
| url | flags.1?string | Web page URL, if available |
| html | flags.2?string | HTML-markup of the embedded page |
| poster_photo_id | flags.4?long | Poster photo, if available |
| w | flags.5?int | Block width, if known |
| h | flags.5?int | Block height, if known |
| caption | PageCaption | Caption |