github.com/gotd/td/tg.ShippingOption.Prices (field)
9 uses
github.com/gotd/td/tg (current package)
tl_shipping_option_gen.go#L44: Prices []LabeledPrice
tl_shipping_option_gen.go#L68: if !(s.Prices == nil) {
tl_shipping_option_gen.go#L92: s.Prices = from.GetPrices()
tl_shipping_option_gen.go#L150: b.PutVectorHeader(len(s.Prices))
tl_shipping_option_gen.go#L151: for idx, v := range s.Prices {
tl_shipping_option_gen.go#L196: s.Prices = make([]LabeledPrice, 0, headerLen%bin.PreallocateLimit)
tl_shipping_option_gen.go#L203: s.Prices = append(s.Prices, value)
tl_shipping_option_gen.go#L230: return s.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. |