github.com/gotd/td/tg.PageListItemBlocks.Blocks (field)
10 uses
github.com/gotd/td/tg (current package)
tl_page_list_item_gen.go#L274: Blocks []PageBlockClass
tl_page_list_item_gen.go#L306: if !(p.Blocks == nil) {
tl_page_list_item_gen.go#L330: p.Blocks = from.GetBlocks()
tl_page_list_item_gen.go#L402: b.PutVectorHeader(len(p.Blocks))
tl_page_list_item_gen.go#L403: for idx, v := range p.Blocks {
tl_page_list_item_gen.go#L444: p.Blocks = make([]PageBlockClass, 0, headerLen%bin.PreallocateLimit)
tl_page_list_item_gen.go#L451: p.Blocks = append(p.Blocks, value)
tl_page_list_item_gen.go#L500: return p.Blocks
tl_page_list_item_gen.go#L505: return PageBlockClassArray(p.Blocks)
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |