Skip to main content

page

Instant view page

type tg.Page struct { /* ... */ }

Fields

NameTypeRequiredDescription
PartboolIndicates that not full page preview is available to the client and it will need to fetch full Instant View from the server using messages.getWebPagePreview.
RtlboolWhether the page contains RTL text
V2boolWhether this is an IV v2 page
URLstringyesOriginal page HTTP URL
Blocks[]PageBlockClassyesPage elements (like with HTML elements, only as TL constructors)
Photos[]PhotoClassyesPhotos in page
Documents[]DocumentClassyesMedia in page
ViewsintView count

References