github.com/gotd/td/tg.PaymentsStarGiftCollections.Collections (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_payments_star_gift_collections_gen.go#L150: 	Collections []StarGiftCollection
		tl_payments_star_gift_collections_gen.go#L173: 	if !(s.Collections == nil) {
		tl_payments_star_gift_collections_gen.go#L193: 	s.Collections = from.GetCollections()
		tl_payments_star_gift_collections_gen.go#L241: 	b.PutVectorHeader(len(s.Collections))
		tl_payments_star_gift_collections_gen.go#L242: 	for idx, v := range s.Collections {
		tl_payments_star_gift_collections_gen.go#L273: 			s.Collections = make([]StarGiftCollection, 0, headerLen%bin.PreallocateLimit)
		tl_payments_star_gift_collections_gen.go#L280: 			s.Collections = append(s.Collections, value)
		tl_payments_star_gift_collections_gen.go#L291: 	return s.Collections