UpdateWebBrowserException
- class pyrogram.raw.types.UpdateWebBrowserException
Telegram API type.
Constructor of
Update.- Details:
Layer:
227ID:
140502D1
- Parameters:
exception (
WebDomainException) – N/Adelete (
bool, optional) – N/Aopen_external_browser (
bool, optional) – N/A
TL Schema
updateWebBrowserException#140502d1
flags:#
delete:flags.1?true
open_external_browser:flags.0?Bool
exception:WebDomainException
= Update
Parameter Tree
UpdateWebBrowserException
├── delete →
true (optional)├── open_external_browser →
Bool (optional)└── exception →
WebDomainException├── domain →
string├── url →
string├── title →
string└── favicon →
long (optional)Example
UpdateWebBrowserException(
exception=WebDomainException(
domain="text",
url="https://google.com",
title="text"
),
)