github.com/gotd/td/tg.PageBlockRelatedArticles.Articles (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_page_block_gen.go#L5007: 	Articles []PageRelatedArticle
		tl_page_block_gen.go#L5033: 	if !(p.Articles == nil) {
		tl_page_block_gen.go#L5055: 	p.Articles = from.GetArticles()
		tl_page_block_gen.go#L5113: 	b.PutVectorHeader(len(p.Articles))
		tl_page_block_gen.go#L5114: 	for idx, v := range p.Articles {
		tl_page_block_gen.go#L5152: 			p.Articles = make([]PageRelatedArticle, 0, headerLen%bin.PreallocateLimit)
		tl_page_block_gen.go#L5159: 			p.Articles = append(p.Articles, value)
		tl_page_block_gen.go#L5178: 	return p.Articles