github.com/gotd/td/tg.StoryViews.RecentViewers (field)
11 uses
github.com/gotd/td/tg (current package)
tl_story_views_gen.go#L70: RecentViewers []int64
tl_story_views_gen.go#L106: if !(s.RecentViewers == nil) {
tl_story_views_gen.go#L146: s.RecentViewers = val
tl_story_views_gen.go#L221: if !(s.RecentViewers == nil) {
tl_story_views_gen.go#L260: b.PutVectorHeader(len(s.RecentViewers))
tl_story_views_gen.go#L261: for _, v := range s.RecentViewers {
tl_story_views_gen.go#L335: s.RecentViewers = make([]int64, 0, headerLen%bin.PreallocateLimit)
tl_story_views_gen.go#L342: s.RecentViewers = append(s.RecentViewers, value)
tl_story_views_gen.go#L432: s.RecentViewers = value
tl_story_views_gen.go#L444: return s.RecentViewers, 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. |