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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L562: func (s UpdateClassArray) AsUpdateBotInlineQuery() (to UpdateBotInlineQueryArray) {
		tl_update_slices_gen.go#L4397: type UpdateBotInlineQueryArray []UpdateBotInlineQuery
		tl_update_slices_gen.go#L4400: func (s UpdateBotInlineQueryArray) Sort(less func(a, b UpdateBotInlineQuery) bool) UpdateBotInlineQueryArray {
		tl_update_slices_gen.go#L4408: func (s UpdateBotInlineQueryArray) SortStable(less func(a, b UpdateBotInlineQuery) bool) UpdateBotInlineQueryArray {
		tl_update_slices_gen.go#L4416: func (s UpdateBotInlineQueryArray) Retain(keep func(x UpdateBotInlineQuery) bool) UpdateBotInlineQueryArray {
		tl_update_slices_gen.go#L4430: func (s UpdateBotInlineQueryArray) First() (v UpdateBotInlineQuery, ok bool) {
		tl_update_slices_gen.go#L4438: func (s UpdateBotInlineQueryArray) Last() (v UpdateBotInlineQuery, ok bool) {
		tl_update_slices_gen.go#L4446: func (s *UpdateBotInlineQueryArray) PopFirst() (v UpdateBotInlineQuery, ok bool) {
		tl_update_slices_gen.go#L4465: func (s *UpdateBotInlineQueryArray) Pop() (v UpdateBotInlineQuery, ok bool) {