github.com/gotd/td/tg.WallPaperClassVector.Elems (field)
12 uses
github.com/gotd/td/tg (current package)
tl_account_get_multi_wall_papers_gen.go#L213: return []WallPaperClass(result.Elems), nil
tl_server_gen.go#L1681: return &WallPaperClassVector{Elems: response}, nil
tl_wall_paper_class_vector_gen.go#L37: Elems []WallPaperClass
tl_wall_paper_class_vector_gen.go#L55: if !(vec.Elems == nil) {
tl_wall_paper_class_vector_gen.go#L75: vec.Elems = from.GetElems()
tl_wall_paper_class_vector_gen.go#L123: b.PutVectorHeader(len(vec.Elems))
tl_wall_paper_class_vector_gen.go#L124: for idx, v := range vec.Elems {
tl_wall_paper_class_vector_gen.go#L156: vec.Elems = make([]WallPaperClass, 0, headerLen%bin.PreallocateLimit)
tl_wall_paper_class_vector_gen.go#L163: vec.Elems = append(vec.Elems, value)
tl_wall_paper_class_vector_gen.go#L174: return vec.Elems
tl_wall_paper_class_vector_gen.go#L179: return WallPaperClassArray(vec.Elems)
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. |