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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L575: func (s UpdateClassArray) AsUpdateBotInlineSend() (to UpdateBotInlineSendArray) {
		tl_update_slices_gen.go#L4479: type UpdateBotInlineSendArray []UpdateBotInlineSend
		tl_update_slices_gen.go#L4482: func (s UpdateBotInlineSendArray) Sort(less func(a, b UpdateBotInlineSend) bool) UpdateBotInlineSendArray {
		tl_update_slices_gen.go#L4490: func (s UpdateBotInlineSendArray) SortStable(less func(a, b UpdateBotInlineSend) bool) UpdateBotInlineSendArray {
		tl_update_slices_gen.go#L4498: func (s UpdateBotInlineSendArray) Retain(keep func(x UpdateBotInlineSend) bool) UpdateBotInlineSendArray {
		tl_update_slices_gen.go#L4512: func (s UpdateBotInlineSendArray) First() (v UpdateBotInlineSend, ok bool) {
		tl_update_slices_gen.go#L4520: func (s UpdateBotInlineSendArray) Last() (v UpdateBotInlineSend, ok bool) {
		tl_update_slices_gen.go#L4528: func (s *UpdateBotInlineSendArray) PopFirst() (v UpdateBotInlineSend, ok bool) {
		tl_update_slices_gen.go#L4547: func (s *UpdateBotInlineSendArray) Pop() (v UpdateBotInlineSend, ok bool) {