github.com/gotd/td/tg.PageBlockSlideshow.Items (field)
10 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L3513: Items []PageBlockClass
tl_page_block_gen.go#L3538: if !(p.Items == nil) {
tl_page_block_gen.go#L3562: p.Items = from.GetItems()
tl_page_block_gen.go#L3615: b.PutVectorHeader(len(p.Items))
tl_page_block_gen.go#L3616: for idx, v := range p.Items {
tl_page_block_gen.go#L3653: p.Items = make([]PageBlockClass, 0, headerLen%bin.PreallocateLimit)
tl_page_block_gen.go#L3660: p.Items = append(p.Items, value)
tl_page_block_gen.go#L3676: return p.Items
tl_page_block_gen.go#L3689: return PageBlockClassArray(p.Items)
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. |