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

10 uses

	github.com/gotd/td/tg (current package)
		tl_page_block_gen.go#L3513: 	Items []PageBlockClass
		tl_page_block_gen.go#L3538: 	if !(p.Items == nil) {
		tl_page_block_gen.go#L3562: 	p.Items = from.GetItems()
		tl_page_block_gen.go#L3615: 	b.PutVectorHeader(len(p.Items))
		tl_page_block_gen.go#L3616: 	for idx, v := range p.Items {
		tl_page_block_gen.go#L3653: 			p.Items = make([]PageBlockClass, 0, headerLen%bin.PreallocateLimit)
		tl_page_block_gen.go#L3660: 			p.Items = append(p.Items, value)
		tl_page_block_gen.go#L3676: 	return p.Items
		tl_page_block_gen.go#L3689: 	return PageBlockClassArray(p.Items)