github.com/gotd/td/tg.StatsPublicForwards.Forwards (field)
10 uses
github.com/gotd/td/tg (current package)
tl_stats_public_forwards_gen.go#L51: Forwards []PublicForwardClass
tl_stats_public_forwards_gen.go#L86: if !(p.Forwards == nil) {
tl_stats_public_forwards_gen.go#L120: p.Forwards = from.GetForwards()
tl_stats_public_forwards_gen.go#L203: b.PutVectorHeader(len(p.Forwards))
tl_stats_public_forwards_gen.go#L204: for idx, v := range p.Forwards {
tl_stats_public_forwards_gen.go#L271: p.Forwards = make([]PublicForwardClass, 0, headerLen%bin.PreallocateLimit)
tl_stats_public_forwards_gen.go#L278: p.Forwards = append(p.Forwards, value)
tl_stats_public_forwards_gen.go#L338: return p.Forwards
tl_stats_public_forwards_gen.go#L377: return PublicForwardClassArray(p.Forwards)
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. |