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

9 uses

	github.com/gotd/td/tg (current package)
		tl_phone_group_participants_gen.go#L42: 	Participants []GroupCallParticipant
		tl_phone_group_participants_gen.go#L75: 	if !(g.Participants == nil) {
		tl_phone_group_participants_gen.go#L113: 	g.Participants = from.GetParticipants()
		tl_phone_group_participants_gen.go#L186: 	b.PutVectorHeader(len(g.Participants))
		tl_phone_group_participants_gen.go#L187: 	for idx, v := range g.Participants {
		tl_phone_group_participants_gen.go#L245: 			g.Participants = make([]GroupCallParticipant, 0, headerLen%bin.PreallocateLimit)
		tl_phone_group_participants_gen.go#L252: 			g.Participants = append(g.Participants, value)
		tl_phone_group_participants_gen.go#L319: 	return g.Participants