help.GetAppConfig
- class pyrogram.raw.functions.help.GetAppConfig
Get app-specific configuration, see client configuration for more info on the result.
- Details:
Layer:
223ID:
61E3F854
- Parameters:
hash (
int32-bit) – Hash used for caching, for more info click here.- Returns:
TL Schema
help.getAppConfig#61e3f854
hash:int
= help.AppConfig
Parameter Tree
GetAppConfig
└── hash →
intExample
await app.invoke(
GetAppConfig(
hash=0,
)
)