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
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. |