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

9 uses

	github.com/gotd/td/tg (current package)
		tl_page_block_gen.go#L5226: 	Articles []PageRelatedArticle
		tl_page_block_gen.go#L5252: 	if !(p.Articles == nil) {
		tl_page_block_gen.go#L5274: 	p.Articles = from.GetArticles()
		tl_page_block_gen.go#L5332: 	b.PutVectorHeader(len(p.Articles))
		tl_page_block_gen.go#L5333: 	for idx, v := range p.Articles {
		tl_page_block_gen.go#L5371: 			p.Articles = make([]PageRelatedArticle, 0, headerLen%bin.PreallocateLimit)
		tl_page_block_gen.go#L5378: 			p.Articles = append(p.Articles, value)
		tl_page_block_gen.go#L5397: 	return p.Articles