github.com/gotd/td/tg.PaymentsStarGiftAuctionAcquiredGifts.Gifts (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_payments_star_gift_auction_acquired_gifts_gen.go#L43: 	Gifts []StarGiftAuctionAcquiredGift
		tl_payments_star_gift_auction_acquired_gifts_gen.go#L65: 	if !(s.Gifts == nil) {
		tl_payments_star_gift_auction_acquired_gifts_gen.go#L93: 	s.Gifts = from.GetGifts()
		tl_payments_star_gift_auction_acquired_gifts_gen.go#L151: 	b.PutVectorHeader(len(s.Gifts))
		tl_payments_star_gift_auction_acquired_gifts_gen.go#L152: 	for idx, v := range s.Gifts {
		tl_payments_star_gift_auction_acquired_gifts_gen.go#L201: 			s.Gifts = make([]StarGiftAuctionAcquiredGift, 0, headerLen%bin.PreallocateLimit)
		tl_payments_star_gift_auction_acquired_gifts_gen.go#L208: 			s.Gifts = append(s.Gifts, value)
		tl_payments_star_gift_auction_acquired_gifts_gen.go#L253: 	return s.Gifts