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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1381: func (s UpdateClassArray) AsUpdateStoriesStealthMode() (to UpdateStoriesStealthModeArray) {
		tl_update_slices_gen.go#L10210: type UpdateStoriesStealthModeArray []UpdateStoriesStealthMode
		tl_update_slices_gen.go#L10213: func (s UpdateStoriesStealthModeArray) Sort(less func(a, b UpdateStoriesStealthMode) bool) UpdateStoriesStealthModeArray {
		tl_update_slices_gen.go#L10221: func (s UpdateStoriesStealthModeArray) SortStable(less func(a, b UpdateStoriesStealthMode) bool) UpdateStoriesStealthModeArray {
		tl_update_slices_gen.go#L10229: func (s UpdateStoriesStealthModeArray) Retain(keep func(x UpdateStoriesStealthMode) bool) UpdateStoriesStealthModeArray {
		tl_update_slices_gen.go#L10243: func (s UpdateStoriesStealthModeArray) First() (v UpdateStoriesStealthMode, ok bool) {
		tl_update_slices_gen.go#L10251: func (s UpdateStoriesStealthModeArray) Last() (v UpdateStoriesStealthMode, ok bool) {
		tl_update_slices_gen.go#L10259: func (s *UpdateStoriesStealthModeArray) PopFirst() (v UpdateStoriesStealthMode, ok bool) {
		tl_update_slices_gen.go#L10278: func (s *UpdateStoriesStealthModeArray) Pop() (v UpdateStoriesStealthMode, ok bool) {