998 B
998 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
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}