github.com/gotd/td/tg.WebPage.Attributes (field)
12 uses
github.com/gotd/td/tg (current package)
tl_web_page_gen.go#L563: Attributes []WebPageAttributeClass
tl_web_page_gen.go#L646: if !(w.Attributes == nil) {
tl_web_page_gen.go#L744: w.Attributes = val
tl_web_page_gen.go#L919: if !(w.Attributes == nil) {
tl_web_page_gen.go#L998: b.PutVectorHeader(len(w.Attributes))
tl_web_page_gen.go#L999: for idx, v := range w.Attributes {
tl_web_page_gen.go#L1158: w.Attributes = make([]WebPageAttributeClass, 0, headerLen%bin.PreallocateLimit)
tl_web_page_gen.go#L1165: w.Attributes = append(w.Attributes, value)
tl_web_page_gen.go#L1478: w.Attributes = value
tl_web_page_gen.go#L1490: return w.Attributes, true
tl_web_page_gen.go#L1498: return WebPageAttributeClassArray(w.Attributes), true
![]() |
The pages are generated with Golds v0.8.4. (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 @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |