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

11 uses

	github.com/gotd/td/tg (current package)
		tl_story_views_gen.go#L62: 	Reactions []ReactionCount
		tl_story_views_gen.go#L100: 	if !(s.Reactions == nil) {
		tl_story_views_gen.go#L138: 		s.Reactions = val
		tl_story_views_gen.go#L215: 	if !(s.Reactions == nil) {
		tl_story_views_gen.go#L249: 		b.PutVectorHeader(len(s.Reactions))
		tl_story_views_gen.go#L250: 		for idx, v := range s.Reactions {
		tl_story_views_gen.go#L311: 			s.Reactions = make([]ReactionCount, 0, headerLen%bin.PreallocateLimit)
		tl_story_views_gen.go#L318: 			s.Reactions = append(s.Reactions, value)
		tl_story_views_gen.go#L396: 	s.Reactions = value
		tl_story_views_gen.go#L408: 	return s.Reactions, true