Layer 227
constructor
updateGroupCallConnection#b783982 flags:# presentation:flags.0?true params:DataJSON = Update;

Parameters

Name Type Description
Presentation flags .0? true Whether these parameters belong to the separate presentation connection instead of the main connection
Params DataJSON RTC join response parameters or broadcast-stream metadata, as described above

Returns

Update

Gogram Example

// Creating UpdateGroupCallConnection constructor
obj := &tg.UpdateGroupCallConnection{
    Presentation: nil,
    Params: &tg.DataJson{},
}