MadelineProtoDocs/old_docs/API_docs_v105/constructors/help_passportConfig.md
2019-12-27 17:48:04 +01:00

999 B

title description image
help.passportConfig Telegram [passport](https://core.telegram.org/passport) configuration https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: help.passportConfig

Back to constructors index

Telegram passport configuration

Attributes:

Name Type Required Description
hash int Yes Hash for pagination, for more info click here
countries_langs DataJSON Yes Localization

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}