github.com/gotd/td/tg.PageBlockList.Items (field)
10 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L1553: Items []PageListItemClass
tl_page_block_gen.go#L1576: if !(p.Items == nil) {
tl_page_block_gen.go#L1596: p.Items = from.GetItems()
tl_page_block_gen.go#L1644: b.PutVectorHeader(len(p.Items))
tl_page_block_gen.go#L1645: for idx, v := range p.Items {
tl_page_block_gen.go#L1679: p.Items = make([]PageListItemClass, 0, headerLen%bin.PreallocateLimit)
tl_page_block_gen.go#L1686: p.Items = append(p.Items, value)
tl_page_block_gen.go#L1697: return p.Items
tl_page_block_gen.go#L1702: return PageListItemClassArray(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. |