github.com/gotd/td/tg.StoriesStories.Stories (field)
10 uses
github.com/gotd/td/tg (current package)
tl_stories_stories_gen.go#L45: Stories []StoryItemClass
tl_stories_stories_gen.go#L70: if !(s.Stories == nil) {
tl_stories_stories_gen.go#L100: s.Stories = from.GetStories()
tl_stories_stories_gen.go#L163: b.PutVectorHeader(len(s.Stories))
tl_stories_stories_gen.go#L164: for idx, v := range s.Stories {
tl_stories_stories_gen.go#L223: s.Stories = make([]StoryItemClass, 0, headerLen%bin.PreallocateLimit)
tl_stories_stories_gen.go#L230: s.Stories = append(s.Stories, value)
tl_stories_stories_gen.go#L283: return s.Stories
tl_stories_stories_gen.go#L304: return StoryItemClassArray(s.Stories)
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. |