MadelineProtoDocs/docs/API_docs/constructors/help.appConfig.md
2024-05-01 14:53:46 +02:00

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

Back to constructors index

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];