WebDomainException
- class pyrogram.raw.types.WebDomainException
Telegram API type.
Constructor of
WebDomainException.- Details:
Layer:
227ID:
933CA597
- Parameters:
domain (
str) – N/Aurl (
str) – N/Atitle (
str) – N/Afavicon (
int64-bit, optional) – N/A
TL Schema
webDomainException#933ca597
flags:#
domain:string
url:string
title:string
favicon:flags.0?long
= WebDomainException
Parameter Tree
WebDomainException
├── domain →
string├── url →
string├── title →
string└── favicon →
long (optional)Example
WebDomainException(
domain="text",
url="https://google.com",
title="text",
)