github.com/gotd/td/tg.StoriesUpdateAlbumRequest.AddStories (field)
11 uses
github.com/gotd/td/tg (current package)
tl_stories_update_album_gen.go#L62: AddStories []int
tl_stories_update_album_gen.go#L99: if !(u.AddStories == nil) {
tl_stories_update_album_gen.go#L138: u.AddStories = val
tl_stories_update_album_gen.go#L210: if !(u.AddStories == nil) {
tl_stories_update_album_gen.go#L253: b.PutVectorHeader(len(u.AddStories))
tl_stories_update_album_gen.go#L254: for _, v := range u.AddStories {
tl_stories_update_album_gen.go#L333: u.AddStories = make([]int, 0, headerLen%bin.PreallocateLimit)
tl_stories_update_album_gen.go#L340: u.AddStories = append(u.AddStories, value)
tl_stories_update_album_gen.go#L418: u.AddStories = value
tl_stories_update_album_gen.go#L430: return u.AddStories, 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. |