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

16 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1173: func (s UpdateClassArray) AsUpdateBotStopped() (to UpdateBotStoppedArray) {
		tl_update_slices_gen.go#L8335: type UpdateBotStoppedArray []UpdateBotStopped
		tl_update_slices_gen.go#L8338: func (s UpdateBotStoppedArray) Sort(less func(a, b UpdateBotStopped) bool) UpdateBotStoppedArray {
		tl_update_slices_gen.go#L8346: func (s UpdateBotStoppedArray) SortStable(less func(a, b UpdateBotStopped) bool) UpdateBotStoppedArray {
		tl_update_slices_gen.go#L8354: func (s UpdateBotStoppedArray) Retain(keep func(x UpdateBotStopped) bool) UpdateBotStoppedArray {
		tl_update_slices_gen.go#L8368: func (s UpdateBotStoppedArray) First() (v UpdateBotStopped, ok bool) {
		tl_update_slices_gen.go#L8376: func (s UpdateBotStoppedArray) Last() (v UpdateBotStopped, ok bool) {
		tl_update_slices_gen.go#L8384: func (s *UpdateBotStoppedArray) PopFirst() (v UpdateBotStopped, ok bool) {
		tl_update_slices_gen.go#L8403: func (s *UpdateBotStoppedArray) Pop() (v UpdateBotStopped, ok bool) {
		tl_update_slices_gen.go#L8417: func (s UpdateBotStoppedArray) SortByDate() UpdateBotStoppedArray {
		tl_update_slices_gen.go#L8424: func (s UpdateBotStoppedArray) SortStableByDate() UpdateBotStoppedArray {