github.com/gotd/td/tg.StoriesStoryViews.Views (field)
9 uses
github.com/gotd/td/tg (current package)
tl_stories_story_views_gen.go#L43: Views []StoryViews
tl_stories_story_views_gen.go#L63: if !(s.Views == nil) {
tl_stories_story_views_gen.go#L87: s.Views = from.GetViews()
tl_stories_story_views_gen.go#L140: b.PutVectorHeader(len(s.Views))
tl_stories_story_views_gen.go#L141: for idx, v := range s.Views {
tl_stories_story_views_gen.go#L181: s.Views = make([]StoryViews, 0, headerLen%bin.PreallocateLimit)
tl_stories_story_views_gen.go#L188: s.Views = append(s.Views, value)
tl_stories_story_views_gen.go#L216: return s.Views
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. |