github.com/gotd/td/tg.PageListOrderedItemBlocks.Blocks (field)
10 uses
github.com/gotd/td/tg (current package)
tl_page_list_ordered_item_gen.go#L212: Blocks []PageBlockClass
tl_page_list_ordered_item_gen.go#L238: if !(p.Blocks == nil) {
tl_page_list_ordered_item_gen.go#L260: p.Blocks = from.GetBlocks()
tl_page_list_ordered_item_gen.go#L313: b.PutVectorHeader(len(p.Blocks))
tl_page_list_ordered_item_gen.go#L314: for idx, v := range p.Blocks {
tl_page_list_ordered_item_gen.go#L355: p.Blocks = make([]PageBlockClass, 0, headerLen%bin.PreallocateLimit)
tl_page_list_ordered_item_gen.go#L362: p.Blocks = append(p.Blocks, value)
tl_page_list_ordered_item_gen.go#L381: return p.Blocks
tl_page_list_ordered_item_gen.go#L386: 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. |