TDLib v0.0.2 TDLib.Object.PageBlockEmbedded View Source
An embedded web page.
| Name | Type | Description |
|---|---|---|
| url | string | Web page URL, if available. |
| html | string | HTML-markup of the embedded page. |
| poster_photo | photo | Poster photo, if available; may be null. |
| width | number | Block width. |
| height | number | Block height. |
| caption | RichText | Block caption. |
| is_full_width | bool | True, if the block should be full width. |
| allow_scrolling | bool | True, if scrolling should be allowed. |
More details on telegram’s documentation.