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