UpdateGroupCallConnection

class pyrogram.raw.types.UpdateGroupCallConnection

New WebRTC parameters

Constructor of Update.

Details:
  • Layer: 223

  • ID: B783982

Parameters:
  • params (DataJSON) – WebRTC parameters

  • presentation (bool, optional) – Are these parameters related to the screen capture session currently in progress?

TL Schema

updateGroupCallConnection#b783982
flags:#
presentation:flags.0?true
params:DataJSON

= Update

Parameter Tree

UpdateGroupCallConnection
├── presentationtrue (optional)
└── paramsDataJSON
└── DataJSON
└── datastring

Example

UpdateGroupCallConnection(
    params=DataJSON(data="text"),
)