github.com/gotd/td/tg.PhoneGroupCall.Participants (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_phone_group_call_gen.go#L42: 	Participants []GroupCallParticipant
		tl_phone_group_call_gen.go#L73: 	if !(g.Participants == nil) {
		tl_phone_group_call_gen.go#L107: 	g.Participants = from.GetParticipants()
		tl_phone_group_call_gen.go#L180: 	b.PutVectorHeader(len(g.Participants))
		tl_phone_group_call_gen.go#L181: 	for idx, v := range g.Participants {
		tl_phone_group_call_gen.go#L238: 			g.Participants = make([]GroupCallParticipant, 0, headerLen%bin.PreallocateLimit)
		tl_phone_group_call_gen.go#L245: 			g.Participants = append(g.Participants, value)
		tl_phone_group_call_gen.go#L305: 	return g.Participants