github.com/gotd/td/tg.PageBlockTable.Rows (field)
9 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L4409: Rows []PageTableRow
tl_page_block_gen.go#L4444: if !(p.Rows == nil) {
tl_page_block_gen.go#L4470: p.Rows = from.GetRows()
tl_page_block_gen.go#L4552: b.PutVectorHeader(len(p.Rows))
tl_page_block_gen.go#L4553: for idx, v := range p.Rows {
tl_page_block_gen.go#L4598: p.Rows = make([]PageTableRow, 0, headerLen%bin.PreallocateLimit)
tl_page_block_gen.go#L4605: p.Rows = append(p.Rows, value)
tl_page_block_gen.go#L4662: return p.Rows
![]() |
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. |