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

16 uses

	github.com/gotd/td/tg (current package)
		tl_story_view_slices_gen.go#L120: func (s StoryViewClassArray) AsStoryView() (to StoryViewArray) {
		tl_story_view_slices_gen.go#L159: type StoryViewArray []StoryView
		tl_story_view_slices_gen.go#L162: func (s StoryViewArray) Sort(less func(a, b StoryView) bool) StoryViewArray {
		tl_story_view_slices_gen.go#L170: func (s StoryViewArray) SortStable(less func(a, b StoryView) bool) StoryViewArray {
		tl_story_view_slices_gen.go#L178: func (s StoryViewArray) Retain(keep func(x StoryView) bool) StoryViewArray {
		tl_story_view_slices_gen.go#L192: func (s StoryViewArray) First() (v StoryView, ok bool) {
		tl_story_view_slices_gen.go#L200: func (s StoryViewArray) Last() (v StoryView, ok bool) {
		tl_story_view_slices_gen.go#L208: func (s *StoryViewArray) PopFirst() (v StoryView, ok bool) {
		tl_story_view_slices_gen.go#L227: func (s *StoryViewArray) Pop() (v StoryView, ok bool) {
		tl_story_view_slices_gen.go#L241: func (s StoryViewArray) SortByDate() StoryViewArray {
		tl_story_view_slices_gen.go#L248: func (s StoryViewArray) SortStableByDate() StoryViewArray {