github.com/gotd/td/tg.PageBlockEmbedPost.Blocks (field)
10 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L3273: Blocks []PageBlockClass
tl_page_block_gen.go#L3313: if !(p.Blocks == nil) {
tl_page_block_gen.go#L3347: p.Blocks = from.GetBlocks()
tl_page_block_gen.go#L3425: b.PutVectorHeader(len(p.Blocks))
tl_page_block_gen.go#L3426: for idx, v := range p.Blocks {
tl_page_block_gen.go#L3498: p.Blocks = make([]PageBlockClass, 0, headerLen%bin.PreallocateLimit)
tl_page_block_gen.go#L3505: p.Blocks = append(p.Blocks, value)
tl_page_block_gen.go#L3561: return p.Blocks
tl_page_block_gen.go#L3574: 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. |