MadelineProtoDocs/docs/API_docs/constructors/help_passportConfig.md

796 B

title description image
help.passportConfig Passport config https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: help.passportConfig

Back to constructors index

Passport config

Attributes:

Name Type Required Description
hash int Yes Hash
countries_langs DataJSON Yes Countries langs

Type: help_PassportConfig

Example:

$help_passportConfig = ['_' => 'help.passportConfig', 'hash' => int, 'countries_langs' => DataJSON];

Or, if you're into Lua:

help_passportConfig={_='help.passportConfig', hash=int, countries_langs=DataJSON}