github.com/gotd/td/tg.PageListOrderedItemBlocks.Blocks (field)
10 uses
github.com/gotd/td/tg (current package)
tl_page_list_ordered_item_gen.go#L425: Blocks []PageBlockClass
tl_page_list_ordered_item_gen.go#L468: if !(p.Blocks == nil) {
tl_page_list_ordered_item_gen.go#L505: p.Blocks = from.GetBlocks()
tl_page_list_ordered_item_gen.go#L612: b.PutVectorHeader(len(p.Blocks))
tl_page_list_ordered_item_gen.go#L613: for idx, v := range p.Blocks {
tl_page_list_ordered_item_gen.go#L667: p.Blocks = make([]PageBlockClass, 0, headerLen%bin.PreallocateLimit)
tl_page_list_ordered_item_gen.go#L674: p.Blocks = append(p.Blocks, value)
tl_page_list_ordered_item_gen.go#L755: return p.Blocks
tl_page_list_ordered_item_gen.go#L796: 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. |