github.com/gotd/td/tg.WebPageAttributeTheme.Documents (field)

12 uses

	github.com/gotd/td/tg (current package)
		tl_web_page_attribute_gen.go#L47: 	Documents []DocumentClass
		tl_web_page_attribute_gen.go#L77: 	if !(w.Documents == nil) {
		tl_web_page_attribute_gen.go#L102: 		w.Documents = val
		tl_web_page_attribute_gen.go#L150: 	if !(w.Documents == nil) {
		tl_web_page_attribute_gen.go#L177: 		b.PutVectorHeader(len(w.Documents))
		tl_web_page_attribute_gen.go#L178: 		for idx, v := range w.Documents {
		tl_web_page_attribute_gen.go#L223: 			w.Documents = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
		tl_web_page_attribute_gen.go#L230: 			w.Documents = append(w.Documents, value)
		tl_web_page_attribute_gen.go#L244: 	w.Documents = value
		tl_web_page_attribute_gen.go#L256: 	return w.Documents, true
		tl_web_page_attribute_gen.go#L282: 	return DocumentClassArray(w.Documents), true