help.PassportConfig

class pyrogram.raw.base.help.PassportConfig

Telegram passport configuration

Constructors:

This base type has 2 constructors available.

help.PassportConfig

Telegram passport configuration

help.PassportConfigNotModified

Password configuration not modified

Functions:

This object can be returned by 1 function.

help.GetPassportConfig

Get passport configuration

TL Schema

help.passportConfig#a098d6af
hash:int
countries_langs:DataJSON

= help.PassportConfig

Parameter Tree

PassportConfig
├── hashint
└── countries_langsDataJSON
└── DataJSON
└── datastring

Example

PassportConfig(
    hash=0,
    countries_langs=DataJSON(data="text"),
)