github.com/gotd/td/tg.StatsBroadcastStats.FollowersGraph (field)
7 uses
github.com/gotd/td/tg (current package)
tl_stats_broadcast_stats_gen.go#L81: FollowersGraph StatsGraphClass
tl_stats_broadcast_stats_gen.go#L152: if !(b.FollowersGraph == nil) {
tl_stats_broadcast_stats_gen.go#L236: b.FollowersGraph = from.GetFollowersGraph()
tl_stats_broadcast_stats_gen.go#L412: if b.FollowersGraph == nil {
tl_stats_broadcast_stats_gen.go#L415: if err := b.FollowersGraph.Encode(buf); err != nil {
tl_stats_broadcast_stats_gen.go#L563: b.FollowersGraph = value
tl_stats_broadcast_stats_gen.go#L740: return b.FollowersGraph
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. |