github.com/gotd/td/tg.WebPageAttributeStarGiftCollection.Icons (field)
10 uses
github.com/gotd/td/tg (current package)
tl_web_page_attribute_gen.go#L957: Icons []DocumentClass
tl_web_page_attribute_gen.go#L980: if !(w.Icons == nil) {
tl_web_page_attribute_gen.go#L1000: w.Icons = from.GetIcons()
tl_web_page_attribute_gen.go#L1048: b.PutVectorHeader(len(w.Icons))
tl_web_page_attribute_gen.go#L1049: for idx, v := range w.Icons {
tl_web_page_attribute_gen.go#L1083: w.Icons = make([]DocumentClass, 0, headerLen%bin.PreallocateLimit)
tl_web_page_attribute_gen.go#L1090: w.Icons = append(w.Icons, value)
tl_web_page_attribute_gen.go#L1101: return w.Icons
tl_web_page_attribute_gen.go#L1106: return DocumentClassArray(w.Icons)
![]() |
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. |