github.com/gotd/td/tg.StatsBroadcastStats.GrowthGraph (field)
7 uses
github.com/gotd/td/tg (current package)
tl_stats_broadcast_stats_gen.go#L79: GrowthGraph StatsGraphClass
tl_stats_broadcast_stats_gen.go#L149: if !(b.GrowthGraph == nil) {
tl_stats_broadcast_stats_gen.go#L235: b.GrowthGraph = from.GetGrowthGraph()
tl_stats_broadcast_stats_gen.go#L406: if b.GrowthGraph == nil {
tl_stats_broadcast_stats_gen.go#L409: if err := b.GrowthGraph.Encode(buf); err != nil {
tl_stats_broadcast_stats_gen.go#L556: b.GrowthGraph = value
tl_stats_broadcast_stats_gen.go#L732: return b.GrowthGraph
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. |