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#L5970: type UpdateBotShippingQueryArray []UpdateBotShippingQuery
		tl_update_slices_gen.go#L5973: func (s UpdateBotShippingQueryArray) Sort(less func(a, b UpdateBotShippingQuery) bool) UpdateBotShippingQueryArray {
		tl_update_slices_gen.go#L5981: func (s UpdateBotShippingQueryArray) SortStable(less func(a, b UpdateBotShippingQuery) bool) UpdateBotShippingQueryArray {
		tl_update_slices_gen.go#L5989: func (s UpdateBotShippingQueryArray) Retain(keep func(x UpdateBotShippingQuery) bool) UpdateBotShippingQueryArray {
		tl_update_slices_gen.go#L6003: func (s UpdateBotShippingQueryArray) First() (v UpdateBotShippingQuery, ok bool) {
		tl_update_slices_gen.go#L6011: func (s UpdateBotShippingQueryArray) Last() (v UpdateBotShippingQuery, ok bool) {
		tl_update_slices_gen.go#L6019: func (s *UpdateBotShippingQueryArray) PopFirst() (v UpdateBotShippingQuery, ok bool) {
		tl_update_slices_gen.go#L6038: func (s *UpdateBotShippingQueryArray) Pop() (v UpdateBotShippingQuery, ok bool) {