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) {