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