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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L601: func (s UpdateClassArray) AsUpdateBotCallbackQuery() (to UpdateBotCallbackQueryArray) {
		tl_update_slices_gen.go#L4643: type UpdateBotCallbackQueryArray []UpdateBotCallbackQuery
		tl_update_slices_gen.go#L4646: func (s UpdateBotCallbackQueryArray) Sort(less func(a, b UpdateBotCallbackQuery) bool) UpdateBotCallbackQueryArray {
		tl_update_slices_gen.go#L4654: func (s UpdateBotCallbackQueryArray) SortStable(less func(a, b UpdateBotCallbackQuery) bool) UpdateBotCallbackQueryArray {
		tl_update_slices_gen.go#L4662: func (s UpdateBotCallbackQueryArray) Retain(keep func(x UpdateBotCallbackQuery) bool) UpdateBotCallbackQueryArray {
		tl_update_slices_gen.go#L4676: func (s UpdateBotCallbackQueryArray) First() (v UpdateBotCallbackQuery, ok bool) {
		tl_update_slices_gen.go#L4684: func (s UpdateBotCallbackQueryArray) Last() (v UpdateBotCallbackQuery, ok bool) {
		tl_update_slices_gen.go#L4692: func (s *UpdateBotCallbackQueryArray) PopFirst() (v UpdateBotCallbackQuery, ok bool) {
		tl_update_slices_gen.go#L4711: func (s *UpdateBotCallbackQueryArray) Pop() (v UpdateBotCallbackQuery, ok bool) {