mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
954 B
954 B
title | description | nav_exclude | image | redirect_from |
---|---|---|---|---|
help.appConfig | Contains various client configuration parameters | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png | /API_docs/constructors/help_appConfig.html |
Constructor: help.appConfig
Contains various client configuration parameters
Attributes:
Name | Type | Required | Description |
---|---|---|---|
hash | int | Yes | |
config | JSONValue | Yes | Client configuration parameters |
Type: help.AppConfig
Example:
$help_appConfig = ['_' => 'help.appConfig', 'hash' => int, 'config' => JSONValue];