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