WebPagePending

class pyrogram.raw.types.WebPagePending

A preview of the webpage is currently being generated

Constructor of WebPage.

Details:
  • Layer: 223

  • ID: B0D13E47

Parameters:
  • id (int 64-bit) – ID of preview

  • date (int 32-bit) – When was the processing started

  • url (str, optional) – URL of the webpage

TL Schema

webPagePending#b0d13e47
flags:#
id:long
url:flags.0?string
date:int

= WebPage

Parameter Tree

WebPagePending
├── idlong
├── urlstring (optional)
└── dateint

Example

WebPagePending(
    id=0,
    date=0,
)