help.GetPassportConfig
- class pyrogram.raw.functions.help.GetPassportConfig
Get passport configuration
- Details:
Layer:
223ID:
C661AD08
- Parameters:
hash (
int32-bit) – Hash used for caching, for more info click here.- Returns:
TL Schema
help.getPassportConfig#c661ad08
hash:int
= help.PassportConfig
Parameter Tree
GetPassportConfig
└── hash →
intExample
await app.invoke(
GetPassportConfig(
hash=0,
)
)