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
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |