github.com/gotd/td/tg.StatsAbsValueAndPrev.Zero (method)
12 uses
github.com/gotd/td/tg (current package)
tl_stats_abs_value_and_prev_gen.go#L57: func (s *StatsAbsValueAndPrev) Zero() bool {
tl_stats_broadcast_stats_gen.go#L125: if !(b.Followers.Zero()) {
tl_stats_broadcast_stats_gen.go#L128: if !(b.ViewsPerPost.Zero()) {
tl_stats_broadcast_stats_gen.go#L131: if !(b.SharesPerPost.Zero()) {
tl_stats_broadcast_stats_gen.go#L134: if !(b.ReactionsPerPost.Zero()) {
tl_stats_broadcast_stats_gen.go#L137: if !(b.ViewsPerStory.Zero()) {
tl_stats_broadcast_stats_gen.go#L140: if !(b.SharesPerStory.Zero()) {
tl_stats_broadcast_stats_gen.go#L143: if !(b.ReactionsPerStory.Zero()) {
tl_stats_megagroup_stats_gen.go#L96: if !(m.Members.Zero()) {
tl_stats_megagroup_stats_gen.go#L99: if !(m.Messages.Zero()) {
tl_stats_megagroup_stats_gen.go#L102: if !(m.Viewers.Zero()) {
tl_stats_megagroup_stats_gen.go#L105: if !(m.Posters.Zero()) {
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. |