github.com/gotd/td/tg.PageBlockList.Items (field)

10 uses

	github.com/gotd/td/tg (current package)
		tl_page_block_gen.go#L1553: 	Items []PageListItemClass
		tl_page_block_gen.go#L1576: 	if !(p.Items == nil) {
		tl_page_block_gen.go#L1596: 	p.Items = from.GetItems()
		tl_page_block_gen.go#L1644: 	b.PutVectorHeader(len(p.Items))
		tl_page_block_gen.go#L1645: 	for idx, v := range p.Items {
		tl_page_block_gen.go#L1679: 			p.Items = make([]PageListItemClass, 0, headerLen%bin.PreallocateLimit)
		tl_page_block_gen.go#L1686: 			p.Items = append(p.Items, value)
		tl_page_block_gen.go#L1697: 	return p.Items
		tl_page_block_gen.go#L1702: 	return PageListItemClassArray(p.Items)