github.com/gotd/td/tg.Page.Blocks (field)
10 uses
github.com/gotd/td/tg (current package)
tl_page_gen.go#L63: Blocks []PageBlockClass
tl_page_gen.go#L104: if !(p.Blocks == nil) {
tl_page_gen.go#L144: p.Blocks = from.GetBlocks()
tl_page_gen.go#L251: b.PutVectorHeader(len(p.Blocks))
tl_page_gen.go#L252: for idx, v := range p.Blocks {
tl_page_gen.go#L322: p.Blocks = make([]PageBlockClass, 0, headerLen%bin.PreallocateLimit)
tl_page_gen.go#L329: p.Blocks = append(p.Blocks, value)
tl_page_gen.go#L446: return p.Blocks
tl_page_gen.go#L485: 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. |