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
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. |