github.com/gotd/td/tg.StoriesFoundStories.Stories (field)
9 uses
github.com/gotd/td/tg (current package)
tl_stories_found_stories_gen.go#L50: Stories []FoundStory
tl_stories_found_stories_gen.go#L82: if !(f.Stories == nil) {
tl_stories_found_stories_gen.go#L116: f.Stories = from.GetStories()
tl_stories_found_stories_gen.go#L199: b.PutVectorHeader(len(f.Stories))
tl_stories_found_stories_gen.go#L200: for idx, v := range f.Stories {
tl_stories_found_stories_gen.go#L264: f.Stories = make([]FoundStory, 0, headerLen%bin.PreallocateLimit)
tl_stories_found_stories_gen.go#L271: f.Stories = append(f.Stories, value)
tl_stories_found_stories_gen.go#L331: return f.Stories
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |