github.com/gotd/td/tg.MessagesSetBotShippingResultsRequest.ShippingOptions (field)
11 uses
github.com/gotd/td/tg (current package)
tl_messages_set_bot_shipping_results_gen.go#L60: ShippingOptions []ShippingOption
tl_messages_set_bot_shipping_results_gen.go#L87: if !(s.ShippingOptions == nil) {
tl_messages_set_bot_shipping_results_gen.go#L115: s.ShippingOptions = val
tl_messages_set_bot_shipping_results_gen.go#L166: if !(s.ShippingOptions == nil) {
tl_messages_set_bot_shipping_results_gen.go#L194: b.PutVectorHeader(len(s.ShippingOptions))
tl_messages_set_bot_shipping_results_gen.go#L195: for idx, v := range s.ShippingOptions {
tl_messages_set_bot_shipping_results_gen.go#L246: s.ShippingOptions = make([]ShippingOption, 0, headerLen%bin.PreallocateLimit)
tl_messages_set_bot_shipping_results_gen.go#L253: s.ShippingOptions = append(s.ShippingOptions, value)
tl_messages_set_bot_shipping_results_gen.go#L288: s.ShippingOptions = value
tl_messages_set_bot_shipping_results_gen.go#L300: return s.ShippingOptions, true
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. |