github.com/gotd/td/tg.PeerStories.Stories (field)
10 uses
github.com/gotd/td/tg (current package)
tl_peer_stories_gen.go#L54: Stories []StoryItemClass
tl_peer_stories_gen.go#L81: if !(p.Stories == nil) {
tl_peer_stories_gen.go#L108: p.Stories = from.GetStories()
tl_peer_stories_gen.go#L185: b.PutVectorHeader(len(p.Stories))
tl_peer_stories_gen.go#L186: for idx, v := range p.Stories {
tl_peer_stories_gen.go#L239: p.Stories = make([]StoryItemClass, 0, headerLen%bin.PreallocateLimit)
tl_peer_stories_gen.go#L246: p.Stories = append(p.Stories, value)
tl_peer_stories_gen.go#L283: return p.Stories
tl_peer_stories_gen.go#L288: return StoryItemClassArray(p.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. |