github.com/gotd/td/tg.PageBlockDetails.Blocks (field)
10 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L4766: Blocks []PageBlockClass
tl_page_block_gen.go#L4797: if !(p.Blocks == nil) {
tl_page_block_gen.go#L4823: p.Blocks = from.GetBlocks()
tl_page_block_gen.go#L4892: b.PutVectorHeader(len(p.Blocks))
tl_page_block_gen.go#L4893: for idx, v := range p.Blocks {
tl_page_block_gen.go#L4939: p.Blocks = make([]PageBlockClass, 0, headerLen%bin.PreallocateLimit)
tl_page_block_gen.go#L4946: p.Blocks = append(p.Blocks, value)
tl_page_block_gen.go#L4983: return p.Blocks
tl_page_block_gen.go#L4996: return PageBlockClassArray(p.Blocks)
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. |