github.com/gotd/td/tg.StoriesCreateAlbumRequest.Stories (field)
9 uses
github.com/gotd/td/tg (current package)
tl_stories_create_album_gen.go#L47: Stories []int
tl_stories_create_album_gen.go#L71: if !(c.Stories == nil) {
tl_stories_create_album_gen.go#L95: c.Stories = from.GetStories()
tl_stories_create_album_gen.go#L158: b.PutVectorHeader(len(c.Stories))
tl_stories_create_album_gen.go#L159: for _, v := range c.Stories {
tl_stories_create_album_gen.go#L202: c.Stories = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_stories_create_album_gen.go#L209: c.Stories = append(c.Stories, value)
tl_stories_create_album_gen.go#L236: return c.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. |