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

12 uses

	github.com/gotd/td/tg (current package)
		tl_stories_all_stories_slices_gen.go#L120: func (s StoriesAllStoriesClassArray) AsStoriesAllStoriesNotModified() (to StoriesAllStoriesNotModifiedArray) {
		tl_stories_all_stories_slices_gen.go#L201: type StoriesAllStoriesNotModifiedArray []StoriesAllStoriesNotModified
		tl_stories_all_stories_slices_gen.go#L204: func (s StoriesAllStoriesNotModifiedArray) Sort(less func(a, b StoriesAllStoriesNotModified) bool) StoriesAllStoriesNotModifiedArray {
		tl_stories_all_stories_slices_gen.go#L212: func (s StoriesAllStoriesNotModifiedArray) SortStable(less func(a, b StoriesAllStoriesNotModified) bool) StoriesAllStoriesNotModifiedArray {
		tl_stories_all_stories_slices_gen.go#L220: func (s StoriesAllStoriesNotModifiedArray) Retain(keep func(x StoriesAllStoriesNotModified) bool) StoriesAllStoriesNotModifiedArray {
		tl_stories_all_stories_slices_gen.go#L234: func (s StoriesAllStoriesNotModifiedArray) First() (v StoriesAllStoriesNotModified, ok bool) {
		tl_stories_all_stories_slices_gen.go#L242: func (s StoriesAllStoriesNotModifiedArray) Last() (v StoriesAllStoriesNotModified, ok bool) {
		tl_stories_all_stories_slices_gen.go#L250: func (s *StoriesAllStoriesNotModifiedArray) PopFirst() (v StoriesAllStoriesNotModified, ok bool) {
		tl_stories_all_stories_slices_gen.go#L269: func (s *StoriesAllStoriesNotModifiedArray) Pop() (v StoriesAllStoriesNotModified, ok bool) {