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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L705: func (s UpdateClassArray) AsUpdateBotWebhookJSON() (to UpdateBotWebhookJSONArray) {
		tl_update_slices_gen.go#L5299: type UpdateBotWebhookJSONArray []UpdateBotWebhookJSON
		tl_update_slices_gen.go#L5302: func (s UpdateBotWebhookJSONArray) Sort(less func(a, b UpdateBotWebhookJSON) bool) UpdateBotWebhookJSONArray {
		tl_update_slices_gen.go#L5310: func (s UpdateBotWebhookJSONArray) SortStable(less func(a, b UpdateBotWebhookJSON) bool) UpdateBotWebhookJSONArray {
		tl_update_slices_gen.go#L5318: func (s UpdateBotWebhookJSONArray) Retain(keep func(x UpdateBotWebhookJSON) bool) UpdateBotWebhookJSONArray {
		tl_update_slices_gen.go#L5332: func (s UpdateBotWebhookJSONArray) First() (v UpdateBotWebhookJSON, ok bool) {
		tl_update_slices_gen.go#L5340: func (s UpdateBotWebhookJSONArray) Last() (v UpdateBotWebhookJSON, ok bool) {
		tl_update_slices_gen.go#L5348: func (s *UpdateBotWebhookJSONArray) PopFirst() (v UpdateBotWebhookJSON, ok bool) {
		tl_update_slices_gen.go#L5367: func (s *UpdateBotWebhookJSONArray) Pop() (v UpdateBotWebhookJSON, ok bool) {