github.com/gotd/td/tg.PageBlockTable.Rows (field)
9 uses
github.com/gotd/td/tg (current package)
tl_page_block_gen.go#L4339: Rows []PageTableRow
tl_page_block_gen.go#L4374: if !(p.Rows == nil) {
tl_page_block_gen.go#L4400: p.Rows = from.GetRows()
tl_page_block_gen.go#L4482: b.PutVectorHeader(len(p.Rows))
tl_page_block_gen.go#L4483: for idx, v := range p.Rows {
tl_page_block_gen.go#L4528: p.Rows = make([]PageTableRow, 0, headerLen%bin.PreallocateLimit)
tl_page_block_gen.go#L4535: p.Rows = append(p.Rows, value)
tl_page_block_gen.go#L4592: return p.Rows
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. |