account.GetWebBrowserSettings

class pyrogram.raw.functions.account.GetWebBrowserSettings

Telegram API function.

Details:
  • Layer: 227

  • ID: 56655768

Parameters:

hash (int 64-bit) – N/A

Returns:

account.WebBrowserSettings

TL Schema

account.getWebBrowserSettings#56655768
hash:long

= account.WebBrowserSettings

Parameter Tree

GetWebBrowserSettings
└── hashlong

Example

await app.invoke(
    GetWebBrowserSettings(
        hash=0,
    )
)