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

868 B

title description nav_exclude image redirect_from
help.passportConfig Telegram passport configuration true https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png /API_docs/constructors/help_passportConfig.html

Constructor: help.passportConfig

Back to constructors index

Telegram passport configuration

Attributes:

Name Type Required Description
hash int Yes
countries_langs DataJSON Yes Localization

Type: help.PassportConfig

Example:

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