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
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |