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
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |