View Source ExTDLib.Object.PageBlockEmbedded (ExTDLib v0.0.4)
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; 0 if unknown. |
| height | number | Block height; 0 if unknown. |
| caption | pageBlockCaption | Block caption. |
| is_full_width | bool | True, if the block must be full width. |
| allow_scrolling | bool | True, if scrolling needs to be allowed. |
More details on telegram's documentation.