pageBlockEmbed
An embedded webpage
type tg.PageBlockEmbed struct { /* ... */ }
Implements PageBlock.
Fields
| Name | Type | Required | Description |
|---|---|---|---|
FullWidth | bool | — | Whether the block should be full width |
AllowScrolling | bool | — | Whether scrolling should be allowed |
URL | string | — | Web page URL, if available |
HTML | string | — | HTML-markup of the embedded page |
PosterPhotoID | int64 | — | Poster photo, if available |
W | int | — | Block width, if known |
H | int | — | Block height, if known |
Caption | PageCaption | yes | Caption |
References
- Official documentation
- Generated Go reference
- TL definition:
pageBlockEmbed#a8718dc5