github.com/gotd/td/tg.GroupCallParticipantVideoSourceGroup.Sources (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_group_call_participant_video_source_group_gen.go#L42: 	Sources []int
		tl_group_call_participant_video_source_group_gen.go#L63: 	if !(g.Sources == nil) {
		tl_group_call_participant_video_source_group_gen.go#L85: 	g.Sources = from.GetSources()
		tl_group_call_participant_video_source_group_gen.go#L138: 	b.PutVectorHeader(len(g.Sources))
		tl_group_call_participant_video_source_group_gen.go#L139: 	for _, v := range g.Sources {
		tl_group_call_participant_video_source_group_gen.go#L175: 			g.Sources = make([]int, 0, headerLen%bin.PreallocateLimit)
		tl_group_call_participant_video_source_group_gen.go#L182: 			g.Sources = append(g.Sources, value)
		tl_group_call_participant_video_source_group_gen.go#L201: 	return g.Sources