WebPageEmpty

class pyrogram.raw.types.WebPageEmpty

No preview is available for the webpage

Constructor of WebPage.

Details:
  • Layer: 223

  • ID: 211A1788

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

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

TL Schema

webPageEmpty#211a1788
flags:#
id:long
url:flags.0?string

= WebPage

Parameter Tree

WebPageEmpty
├── idlong
└── urlstring (optional)

Example

WebPageEmpty(
    id=0,
)