Layer 228
constructor
groupCallParticipantVideoSourceGroup#dcb118b7 semantics:string sources:Vector<int> = GroupCallParticipantVideoSourceGroup;

Parameters

Name Type Description
Semantics string SDP semantics
Sources Vector<int> Source IDs

Gogram Example

// Creating GroupCallParticipantVideoSourceGroupObj constructor
obj := &tg.GroupCallParticipantVideoSourceGroupObj{
    Semantics: "example",
    Sources: []int{},
}