github.com/gotd/td/tg.Page.Documents (field)
10 uses
github.com/gotd/td/tg (current package)
tl_page_gen.go#L67: Documents []DocumentClass
tl_page_gen.go#L110: if !(p.Documents == nil) {
tl_page_gen.go#L146: p.Documents = from.GetDocuments()
tl_page_gen.go#L269: b.PutVectorHeader(len(p.Documents))
tl_page_gen.go#L270: for idx, v := range p.Documents {
tl_page_gen.go#L356: p.Documents = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
tl_page_gen.go#L363: p.Documents = append(p.Documents, value)
tl_page_gen.go#L462: return p.Documents
tl_page_gen.go#L495: return DocumentClassArray(p.Documents)
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. |