github.com/gotd/td/tg.StoryItem.Albums (field)
11 uses
github.com/gotd/td/tg (current package)
tl_story_item_gen.go#L560: Albums []int
tl_story_item_gen.go#L653: if !(s.Albums == nil) {
tl_story_item_gen.go#L744: s.Albums = val
tl_story_item_gen.go#L944: if !(s.Albums == nil) {
tl_story_item_gen.go#L1042: b.PutVectorHeader(len(s.Albums))
tl_story_item_gen.go#L1043: for _, v := range s.Albums {
tl_story_item_gen.go#L1205: s.Albums = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_story_item_gen.go#L1212: s.Albums = append(s.Albums, value)
tl_story_item_gen.go#L1575: s.Albums = value
tl_story_item_gen.go#L1587: return s.Albums, true
![]() |
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. |