mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
868 B
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
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];