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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1381: func (s UpdateClassArray) AsUpdateStory() (to UpdateStoryArray) {
		tl_update_slices_gen.go#L9675: type UpdateStoryArray []UpdateStory
		tl_update_slices_gen.go#L9678: func (s UpdateStoryArray) Sort(less func(a, b UpdateStory) bool) UpdateStoryArray {
		tl_update_slices_gen.go#L9686: func (s UpdateStoryArray) SortStable(less func(a, b UpdateStory) bool) UpdateStoryArray {
		tl_update_slices_gen.go#L9694: func (s UpdateStoryArray) Retain(keep func(x UpdateStory) bool) UpdateStoryArray {
		tl_update_slices_gen.go#L9708: func (s UpdateStoryArray) First() (v UpdateStory, ok bool) {
		tl_update_slices_gen.go#L9716: func (s UpdateStoryArray) Last() (v UpdateStory, ok bool) {
		tl_update_slices_gen.go#L9724: func (s *UpdateStoryArray) PopFirst() (v UpdateStory, ok bool) {
		tl_update_slices_gen.go#L9743: func (s *UpdateStoryArray) Pop() (v UpdateStory, ok bool) {