github.com/gotd/td/tg.StoriesAllStories.PeerStories (field)
9 uses
github.com/gotd/td/tg (current package)
tl_stories_all_stories_gen.go#L246: PeerStories []PeerStories
tl_stories_all_stories_gen.go#L290: if !(a.PeerStories == nil) {
tl_stories_all_stories_gen.go#L328: a.PeerStories = from.GetPeerStories()
tl_stories_all_stories_gen.go#L417: b.PutVectorHeader(len(a.PeerStories))
tl_stories_all_stories_gen.go#L418: for idx, v := range a.PeerStories {
tl_stories_all_stories_gen.go#L490: a.PeerStories = make([]PeerStories, 0, headerLen%bin.PreallocateLimit)
tl_stories_all_stories_gen.go#L497: a.PeerStories = append(a.PeerStories, value)
tl_stories_all_stories_gen.go#L582: return a.PeerStories
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. |