View Source ExTDLib.Object.WebPageInstantView (ExTDLib v0.0.4)
Describes an instant view page for a web page.
| Name | Type | Description |
|---|---|---|
| page_blocks | PageBlock | Content of the web page. |
| view_count | number | Number of the instant view views; 0 if unknown. |
| version | number | Version of the instant view; currently, can be 1 or 2. |
| is_rtl | bool | True, if the instant view must be shown from right to left. |
| is_full | bool | True, if the instant view contains the full page. A network request might be needed to get the full web page instant view. |
| feedback_link | InternalLinkType | An internal link to be opened to leave feedback about the instant view. |
More details on telegram's documentation.