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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L627: func (s UpdateClassArray) AsUpdateInlineBotCallbackQuery() (to UpdateInlineBotCallbackQueryArray) {
		tl_update_slices_gen.go#L4807: type UpdateInlineBotCallbackQueryArray []UpdateInlineBotCallbackQuery
		tl_update_slices_gen.go#L4810: func (s UpdateInlineBotCallbackQueryArray) Sort(less func(a, b UpdateInlineBotCallbackQuery) bool) UpdateInlineBotCallbackQueryArray {
		tl_update_slices_gen.go#L4818: func (s UpdateInlineBotCallbackQueryArray) SortStable(less func(a, b UpdateInlineBotCallbackQuery) bool) UpdateInlineBotCallbackQueryArray {
		tl_update_slices_gen.go#L4826: func (s UpdateInlineBotCallbackQueryArray) Retain(keep func(x UpdateInlineBotCallbackQuery) bool) UpdateInlineBotCallbackQueryArray {
		tl_update_slices_gen.go#L4840: func (s UpdateInlineBotCallbackQueryArray) First() (v UpdateInlineBotCallbackQuery, ok bool) {
		tl_update_slices_gen.go#L4848: func (s UpdateInlineBotCallbackQueryArray) Last() (v UpdateInlineBotCallbackQuery, ok bool) {
		tl_update_slices_gen.go#L4856: func (s *UpdateInlineBotCallbackQueryArray) PopFirst() (v UpdateInlineBotCallbackQuery, ok bool) {
		tl_update_slices_gen.go#L4875: func (s *UpdateInlineBotCallbackQueryArray) Pop() (v UpdateInlineBotCallbackQuery, ok bool) {