github.com/gotd/td/tg.AccountGetMultiWallPapersRequest.Wallpapers (field)
12 uses
github.com/gotd/td/tg (current package)
tl_account_get_multi_wall_papers_gen.go#L46: Wallpapers []InputWallPaperClass
tl_account_get_multi_wall_papers_gen.go#L64: if !(g.Wallpapers == nil) {
tl_account_get_multi_wall_papers_gen.go#L84: g.Wallpapers = from.GetWallpapers()
tl_account_get_multi_wall_papers_gen.go#L132: b.PutVectorHeader(len(g.Wallpapers))
tl_account_get_multi_wall_papers_gen.go#L133: for idx, v := range g.Wallpapers {
tl_account_get_multi_wall_papers_gen.go#L167: g.Wallpapers = make([]InputWallPaperClass, 0, headerLen%bin.PreallocateLimit)
tl_account_get_multi_wall_papers_gen.go#L174: g.Wallpapers = append(g.Wallpapers, value)
tl_account_get_multi_wall_papers_gen.go#L185: return g.Wallpapers
tl_account_get_multi_wall_papers_gen.go#L190: return InputWallPaperClassArray(g.Wallpapers)
tl_account_get_multi_wall_papers_gen.go#L208: Wallpapers: wallpapers,
tl_server_gen.go#L1677: response, err := f(ctx, request.Wallpapers)
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |