type github.com/gotd/td/tg.UpdateBotWebhookJSONQueryArray

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L718: func (s UpdateClassArray) AsUpdateBotWebhookJSONQuery() (to UpdateBotWebhookJSONQueryArray) {
		tl_update_slices_gen.go#L5381: type UpdateBotWebhookJSONQueryArray []UpdateBotWebhookJSONQuery
		tl_update_slices_gen.go#L5384: func (s UpdateBotWebhookJSONQueryArray) Sort(less func(a, b UpdateBotWebhookJSONQuery) bool) UpdateBotWebhookJSONQueryArray {
		tl_update_slices_gen.go#L5392: func (s UpdateBotWebhookJSONQueryArray) SortStable(less func(a, b UpdateBotWebhookJSONQuery) bool) UpdateBotWebhookJSONQueryArray {
		tl_update_slices_gen.go#L5400: func (s UpdateBotWebhookJSONQueryArray) Retain(keep func(x UpdateBotWebhookJSONQuery) bool) UpdateBotWebhookJSONQueryArray {
		tl_update_slices_gen.go#L5414: func (s UpdateBotWebhookJSONQueryArray) First() (v UpdateBotWebhookJSONQuery, ok bool) {
		tl_update_slices_gen.go#L5422: func (s UpdateBotWebhookJSONQueryArray) Last() (v UpdateBotWebhookJSONQuery, ok bool) {
		tl_update_slices_gen.go#L5430: func (s *UpdateBotWebhookJSONQueryArray) PopFirst() (v UpdateBotWebhookJSONQuery, ok bool) {
		tl_update_slices_gen.go#L5449: func (s *UpdateBotWebhookJSONQueryArray) Pop() (v UpdateBotWebhookJSONQuery, ok bool) {