type github.com/gotd/td/tg.UpdateBotShippingQueryArray
12 uses
github.com/gotd/td/tg (current package)
tl_update_slices_gen.go#L731: func (s UpdateClassArray) AsUpdateBotShippingQuery() (to UpdateBotShippingQueryArray) {
tl_update_slices_gen.go#L5463: type UpdateBotShippingQueryArray []UpdateBotShippingQuery
tl_update_slices_gen.go#L5466: func (s UpdateBotShippingQueryArray) Sort(less func(a, b UpdateBotShippingQuery) bool) UpdateBotShippingQueryArray {
tl_update_slices_gen.go#L5474: func (s UpdateBotShippingQueryArray) SortStable(less func(a, b UpdateBotShippingQuery) bool) UpdateBotShippingQueryArray {
tl_update_slices_gen.go#L5482: func (s UpdateBotShippingQueryArray) Retain(keep func(x UpdateBotShippingQuery) bool) UpdateBotShippingQueryArray {
tl_update_slices_gen.go#L5496: func (s UpdateBotShippingQueryArray) First() (v UpdateBotShippingQuery, ok bool) {
tl_update_slices_gen.go#L5504: func (s UpdateBotShippingQueryArray) Last() (v UpdateBotShippingQuery, ok bool) {
tl_update_slices_gen.go#L5512: func (s *UpdateBotShippingQueryArray) PopFirst() (v UpdateBotShippingQuery, ok bool) {
tl_update_slices_gen.go#L5531: func (s *UpdateBotShippingQueryArray) Pop() (v UpdateBotShippingQuery, ok bool) {
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. |