Skip to content

WebPageInstantView

Type · TDLib 1.8.67 · d1085f9c

Describes an instant view page for a web page

WebPageInstantView(
  blocks: list of PageBlock,
  view_count: int32,
  version: int32,
  is_rtl: Bool,
  is_full: Bool,
  feedback_link: InternalLinkType
) → WebPageInstantView

blocks

list of PageBlock

Content of the instant view page

view_count

int32

Number of the instant view views; 0 if unknown

version

int32

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 instant view

InternalLinkType

An internal link to be opened to leave feedback about the instant view