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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1420: func (s UpdateClassArray) AsUpdateStoriesStealthMode() (to UpdateStoriesStealthModeArray) {
		tl_update_slices_gen.go#L9949: type UpdateStoriesStealthModeArray []UpdateStoriesStealthMode
		tl_update_slices_gen.go#L9952: func (s UpdateStoriesStealthModeArray) Sort(less func(a, b UpdateStoriesStealthMode) bool) UpdateStoriesStealthModeArray {
		tl_update_slices_gen.go#L9960: func (s UpdateStoriesStealthModeArray) SortStable(less func(a, b UpdateStoriesStealthMode) bool) UpdateStoriesStealthModeArray {
		tl_update_slices_gen.go#L9968: func (s UpdateStoriesStealthModeArray) Retain(keep func(x UpdateStoriesStealthMode) bool) UpdateStoriesStealthModeArray {
		tl_update_slices_gen.go#L9982: func (s UpdateStoriesStealthModeArray) First() (v UpdateStoriesStealthMode, ok bool) {
		tl_update_slices_gen.go#L9990: func (s UpdateStoriesStealthModeArray) Last() (v UpdateStoriesStealthMode, ok bool) {
		tl_update_slices_gen.go#L9998: func (s *UpdateStoriesStealthModeArray) PopFirst() (v UpdateStoriesStealthMode, ok bool) {
		tl_update_slices_gen.go#L10017: func (s *UpdateStoriesStealthModeArray) Pop() (v UpdateStoriesStealthMode, ok bool) {