github.com/gotd/td/tg.PaymentsStarGiftUpgradePreview.Prices (field)

9 uses

	github.com/gotd/td/tg (current package)
		tl_payments_star_gift_upgrade_preview_gen.go#L50: 	Prices []StarGiftUpgradePrice
		tl_payments_star_gift_upgrade_preview_gen.go#L75: 	if !(s.Prices == nil) {
		tl_payments_star_gift_upgrade_preview_gen.go#L101: 	s.Prices = from.GetPrices()
		tl_payments_star_gift_upgrade_preview_gen.go#L167: 	b.PutVectorHeader(len(s.Prices))
		tl_payments_star_gift_upgrade_preview_gen.go#L168: 	for idx, v := range s.Prices {
		tl_payments_star_gift_upgrade_preview_gen.go#L222: 			s.Prices = make([]StarGiftUpgradePrice, 0, headerLen%bin.PreallocateLimit)
		tl_payments_star_gift_upgrade_preview_gen.go#L229: 			s.Prices = append(s.Prices, value)
		tl_payments_star_gift_upgrade_preview_gen.go#L265: 	return s.Prices