WebPageEmpty
- class pyrogram.raw.types.WebPageEmpty
No preview is available for the webpage
Constructor of
WebPage.- Details:
Layer:
223ID:
211A1788
- Parameters:
id (
int64-bit) – Preview IDurl (
str, optional) – URL of the webpage.
TL Schema
webPageEmpty#211a1788
flags:#
id:long
url:flags.0?string
= WebPage
Parameter Tree
WebPageEmpty
├── id →
long└── url →
string (optional)Example
WebPageEmpty(
id=0,
)