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)