github.com/gotd/td/tg.PhoneGroupCallStars.TopDonors (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_phone_group_call_stars_gen.go#L41: 	TopDonors []GroupCallDonor
		tl_phone_group_call_stars_gen.go#L66: 	if !(g.TopDonors == nil) {
		tl_phone_group_call_stars_gen.go#L96: 	g.TopDonors = from.GetTopDonors()
		tl_phone_group_call_stars_gen.go#L159: 	b.PutVectorHeader(len(g.TopDonors))
		tl_phone_group_call_stars_gen.go#L160: 	for idx, v := range g.TopDonors {
		tl_phone_group_call_stars_gen.go#L216: 			g.TopDonors = make([]GroupCallDonor, 0, headerLen%bin.PreallocateLimit)
		tl_phone_group_call_stars_gen.go#L223: 			g.TopDonors = append(g.TopDonors, value)
		tl_phone_group_call_stars_gen.go#L276: 	return g.TopDonors