github.com/gotd/td/tg.StoriesAlbums.Albums (field)
9 uses
github.com/gotd/td/tg (current package)
tl_stories_albums_gen.go#L154: Albums []StoryAlbum
tl_stories_albums_gen.go#L180: if !(a.Albums == nil) {
tl_stories_albums_gen.go#L202: a.Albums = from.GetAlbums()
tl_stories_albums_gen.go#L255: b.PutVectorHeader(len(a.Albums))
tl_stories_albums_gen.go#L256: for idx, v := range a.Albums {
tl_stories_albums_gen.go#L294: a.Albums = make([]StoryAlbum, 0, headerLen%bin.PreallocateLimit)
tl_stories_albums_gen.go#L301: a.Albums = append(a.Albums, value)
tl_stories_albums_gen.go#L320: return a.Albums
![]() |
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. |