github.com/gotd/td/tg.StatsBroadcastStats.ViewsPerStory (field)
6 uses
github.com/gotd/td/tg (current package)
tl_stats_broadcast_stats_gen.go#L65: ViewsPerStory StatsAbsValueAndPrev
tl_stats_broadcast_stats_gen.go#L137: if !(b.ViewsPerStory.Zero()) {
tl_stats_broadcast_stats_gen.go#L231: b.ViewsPerStory = from.GetViewsPerStory()
tl_stats_broadcast_stats_gen.go#L394: if err := b.ViewsPerStory.Encode(buf); err != nil {
tl_stats_broadcast_stats_gen.go#L532: if err := b.ViewsPerStory.Decode(buf); err != nil {
tl_stats_broadcast_stats_gen.go#L700: return b.ViewsPerStory
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. |