mirror of
https://github.com/danog/MadelineProto.git
synced 2024-12-14 21:26:55 +01:00
910 B
910 B
title | description |
---|---|
pageBlockEmbedded | Embedded web page |
Constructor: pageBlockEmbedded
Embedded web page
Attributes:
Name | Type | Required | Description |
---|---|---|---|
url | string | Yes | Web page URL, if available |
html | string | Yes | HTML-markup of the embedded page |
poster_photo | photo | Yes | Poster photo if available, nullable |
width | int | Yes | Block width |
height | int | Yes | Block height |
caption | RichText | Yes | Block caption |
is_full_width | Bool | Yes | True, if the block should be full width |
allow_scrolling | Bool | Yes | True, if scrolling should be allowed |