phone.GetCallConfig

class pyrogram.raw.functions.phone.GetCallConfig

Get phone call configuration to be passed to libtgvoip’s shared config

Details:
  • Layer: 223

  • ID: 55451FA9

Parameters:

No parameters required.

Returns:

DataJSON

TL Schema

phone.getCallConfig#55451fa9

= DataJSON

Parameter Tree

GetCallConfig

Example

await app.invoke(
    GetCallConfig(
    )
)