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

9 uses

	github.com/gotd/td/tg (current package)
		tl_invoice_gen.go#L70: 	Prices []LabeledPrice
		tl_invoice_gen.go#L150: 	if !(i.Prices == nil) {
		tl_invoice_gen.go#L206: 	i.Prices = from.GetPrices()
		tl_invoice_gen.go#L387: 	b.PutVectorHeader(len(i.Prices))
		tl_invoice_gen.go#L388: 	for idx, v := range i.Prices {
		tl_invoice_gen.go#L455: 			i.Prices = make([]LabeledPrice, 0, headerLen%bin.PreallocateLimit)
		tl_invoice_gen.go#L462: 			i.Prices = append(i.Prices, value)
		tl_invoice_gen.go#L690: 	return i.Prices