github.com/gotd/td/tg.StoriesSendStoryRequest.Albums (field)
11 uses
github.com/gotd/td/tg (current package)
tl_stories_send_story_gen.go#L114: Albums []int
tl_stories_send_story_gen.go#L178: if !(s.Albums == nil) {
tl_stories_send_story_gen.go#L247: s.Albums = val
tl_stories_send_story_gen.go#L383: if !(s.Albums == nil) {
tl_stories_send_story_gen.go#L471: b.PutVectorHeader(len(s.Albums))
tl_stories_send_story_gen.go#L472: for _, v := range s.Albums {
tl_stories_send_story_gen.go#L618: s.Albums = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_stories_send_story_gen.go#L625: s.Albums = append(s.Albums, value)
tl_stories_send_story_gen.go#L838: s.Albums = value
tl_stories_send_story_gen.go#L850: 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. |