UpdateGroupCallConnection
- class pyrogram.raw.types.UpdateGroupCallConnection
New WebRTC parameters
Constructor of
Update.- Details:
Layer:
223ID:
B783982
- Parameters:
params (
DataJSON) – WebRTC parameterspresentation (
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
├── presentation →
true (optional)└── params →
DataJSON└──
DataJSON└── data →
stringExample
UpdateGroupCallConnection(
params=DataJSON(data="text"),
)