account.GetWebBrowserSettings
- class pyrogram.raw.functions.account.GetWebBrowserSettings
Telegram API function.
- Details:
Layer:
227ID:
56655768
- Parameters:
hash (
int64-bit) – N/A- Returns:
TL Schema
account.getWebBrowserSettings#56655768
hash:long
= account.WebBrowserSettings
Parameter Tree
GetWebBrowserSettings
└── hash →
longExample
await app.invoke(
GetWebBrowserSettings(
hash=0,
)
)