github.com/gotd/td/tg.StatsMegagroupStats.TopInviters (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_stats_megagroup_stats_gen.go#L73: 	TopInviters []StatsGroupTopInviter
		tl_stats_megagroup_stats_gen.go#L138: 	if !(m.TopInviters == nil) {
		tl_stats_megagroup_stats_gen.go#L192: 	m.TopInviters = from.GetTopInviters()
		tl_stats_megagroup_stats_gen.go#L380: 	b.PutVectorHeader(len(m.TopInviters))
		tl_stats_megagroup_stats_gen.go#L381: 	for idx, v := range m.TopInviters {
		tl_stats_megagroup_stats_gen.go#L536: 			m.TopInviters = make([]StatsGroupTopInviter, 0, headerLen%bin.PreallocateLimit)
		tl_stats_megagroup_stats_gen.go#L543: 			m.TopInviters = append(m.TopInviters, value)
		tl_stats_megagroup_stats_gen.go#L691: 	return m.TopInviters