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()) {