github.com/gotd/td/tg.GroupCallParticipantVideo.SourceGroups (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_group_call_participant_video_gen.go#L49: 	SourceGroups []GroupCallParticipantVideoSourceGroup
		tl_group_call_participant_video_gen.go#L80: 	if !(g.SourceGroups == nil) {
		tl_group_call_participant_video_gen.go#L108: 	g.SourceGroups = from.GetSourceGroups()
		tl_group_call_participant_video_gen.go#L189: 	b.PutVectorHeader(len(g.SourceGroups))
		tl_group_call_participant_video_gen.go#L190: 	for idx, v := range g.SourceGroups {
		tl_group_call_participant_video_gen.go#L237: 			g.SourceGroups = make([]GroupCallParticipantVideoSourceGroup, 0, headerLen%bin.PreallocateLimit)
		tl_group_call_participant_video_gen.go#L244: 			g.SourceGroups = append(g.SourceGroups, value)
		tl_group_call_participant_video_gen.go#L289: 	return g.SourceGroups