github.com/gotd/td/tg.StatsMegagroupStats.TopPosters (field)
9 uses
github.com/gotd/td/tg (current package)
tl_stats_megagroup_stats_gen.go#L69: TopPosters []StatsGroupTopPoster
tl_stats_megagroup_stats_gen.go#L132: if !(m.TopPosters == nil) {
tl_stats_megagroup_stats_gen.go#L190: m.TopPosters = from.GetTopPosters()
tl_stats_megagroup_stats_gen.go#L368: b.PutVectorHeader(len(m.TopPosters))
tl_stats_megagroup_stats_gen.go#L369: for idx, v := range m.TopPosters {
tl_stats_megagroup_stats_gen.go#L502: m.TopPosters = make([]StatsGroupTopPoster, 0, headerLen%bin.PreallocateLimit)
tl_stats_megagroup_stats_gen.go#L509: m.TopPosters = append(m.TopPosters, value)
tl_stats_megagroup_stats_gen.go#L675: return m.TopPosters
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. |