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)