github.com/gotd/td/tg.StatsMegagroupStats.TopAdmins (field)
9 uses
github.com/gotd/td/tg (current package)
tl_stats_megagroup_stats_gen.go#L71: TopAdmins []StatsGroupTopAdmin
tl_stats_megagroup_stats_gen.go#L135: if !(m.TopAdmins == nil) {
tl_stats_megagroup_stats_gen.go#L191: m.TopAdmins = from.GetTopAdmins()
tl_stats_megagroup_stats_gen.go#L374: b.PutVectorHeader(len(m.TopAdmins))
tl_stats_megagroup_stats_gen.go#L375: for idx, v := range m.TopAdmins {
tl_stats_megagroup_stats_gen.go#L519: m.TopAdmins = make([]StatsGroupTopAdmin, 0, headerLen%bin.PreallocateLimit)
tl_stats_megagroup_stats_gen.go#L526: m.TopAdmins = append(m.TopAdmins, value)
tl_stats_megagroup_stats_gen.go#L683: return m.TopAdmins
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. |