github.com/gotd/td/tg.WebPage.Attributes (field)
12 uses
github.com/gotd/td/tg (current package)
tl_web_page_gen.go#L551: Attributes []WebPageAttributeClass
tl_web_page_gen.go#L631: if !(w.Attributes == nil) {
tl_web_page_gen.go#L727: w.Attributes = val
tl_web_page_gen.go#L894: if !(w.Attributes == nil) {
tl_web_page_gen.go#L973: b.PutVectorHeader(len(w.Attributes))
tl_web_page_gen.go#L974: for idx, v := range w.Attributes {
tl_web_page_gen.go#L1132: w.Attributes = make([]WebPageAttributeClass, 0, headerLen%bin.PreallocateLimit)
tl_web_page_gen.go#L1139: w.Attributes = append(w.Attributes, value)
tl_web_page_gen.go#L1433: w.Attributes = value
tl_web_page_gen.go#L1445: return w.Attributes, true
tl_web_page_gen.go#L1453: return WebPageAttributeClassArray(w.Attributes), 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. |