MadelineProtoDocs/docs/API_docs/constructors/help_passportConfig.md
Daniil Gentili f73c175203 Update docs
2018-12-26 01:56:50 +00:00

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

PWRTelegram json-encoded version:

{"_": "help.passportConfig", "hash": int, "countries_langs": DataJSON}

Or, if you're into Lua:

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