github.com/gotd/td/tg.StoryViews.ReactionsCount (field)

8 uses

	github.com/gotd/td/tg (current package)
		tl_story_views_gen.go#L66: 	ReactionsCount int
		tl_story_views_gen.go#L103: 	if !(s.ReactionsCount == 0) {
		tl_story_views_gen.go#L142: 		s.ReactionsCount = val
		tl_story_views_gen.go#L218: 	if !(s.ReactionsCount == 0) {
		tl_story_views_gen.go#L257: 		b.PutInt(s.ReactionsCount)
		tl_story_views_gen.go#L326: 		s.ReactionsCount = value
		tl_story_views_gen.go#L414: 	s.ReactionsCount = value
		tl_story_views_gen.go#L426: 	return s.ReactionsCount, true