Page#

class pyrogram.raw.types.Page#

Instant view page.

Constructor of Page.

Details:
  • Layer: 158

  • ID: 98657F0D

Parameters:
  • url (str) – Original page HTTP URL.

  • blocks (List of PageBlock) – Page elements (like with HTML elements, only as TL constructors).

  • photos (List of Photo) – Photos in page.

  • documents (List of Document) – Media in page.

  • part (bool, optional) – Indicates 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.

  • rtl (bool, optional) – Whether the page contains RTL text.

  • v2 (bool, optional) – Whether this is an IV v2 page.

  • views (int 32-bit, optional) – View count.