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

9 uses

	github.com/gotd/td/tg (current package)
		tl_invoice_gen.go#L69: 	Prices []LabeledPrice
		tl_invoice_gen.go#L141: 	if !(i.Prices == nil) {
		tl_invoice_gen.go#L193: 	i.Prices = from.GetPrices()
		tl_invoice_gen.go#L362: 	b.PutVectorHeader(len(i.Prices))
		tl_invoice_gen.go#L363: 	for idx, v := range i.Prices {
		tl_invoice_gen.go#L427: 			i.Prices = make([]LabeledPrice, 0, headerLen%bin.PreallocateLimit)
		tl_invoice_gen.go#L434: 			i.Prices = append(i.Prices, value)
		tl_invoice_gen.go#L655: 	return i.Prices