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
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |