help.GetAppConfig

class pyrogram.raw.functions.help.GetAppConfig

Get app-specific configuration, see client configuration for more info on the result.

Details:
  • Layer: 223

  • ID: 61E3F854

Parameters:

hash (int 32-bit) – Hash used for caching, for more info click here.

Returns:

help.AppConfig

TL Schema

help.getAppConfig#61e3f854
hash:int

= help.AppConfig

Parameter Tree

GetAppConfig
└── hashint

Example

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