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

28 uses

	github.com/gotd/td/tg (current package)
		tl_peer_stories_gen.go#L287: func (p *PeerStories) MapStories() (value StoryItemClassArray) {
		tl_peer_stories_gen.go#L288: 	return StoryItemClassArray(p.Stories)
		tl_stories_stories_gen.go#L303: func (s *StoriesStories) MapStories() (value StoryItemClassArray) {
		tl_stories_stories_gen.go#L304: 	return StoryItemClassArray(s.Stories)
		tl_story_item_slices_gen.go#L38: type StoryItemClassArray []StoryItemClass
		tl_story_item_slices_gen.go#L41: func (s StoryItemClassArray) Sort(less func(a, b StoryItemClass) bool) StoryItemClassArray {
		tl_story_item_slices_gen.go#L49: func (s StoryItemClassArray) SortStable(less func(a, b StoryItemClass) bool) StoryItemClassArray {
		tl_story_item_slices_gen.go#L57: func (s StoryItemClassArray) Retain(keep func(x StoryItemClass) bool) StoryItemClassArray {
		tl_story_item_slices_gen.go#L71: func (s StoryItemClassArray) First() (v StoryItemClass, ok bool) {
		tl_story_item_slices_gen.go#L79: func (s StoryItemClassArray) Last() (v StoryItemClass, ok bool) {
		tl_story_item_slices_gen.go#L87: func (s *StoryItemClassArray) PopFirst() (v StoryItemClass, ok bool) {
		tl_story_item_slices_gen.go#L106: func (s *StoryItemClassArray) Pop() (v StoryItemClass, ok bool) {
		tl_story_item_slices_gen.go#L120: func (s StoryItemClassArray) SortByID() StoryItemClassArray {
		tl_story_item_slices_gen.go#L127: func (s StoryItemClassArray) SortStableByID() StoryItemClassArray {
		tl_story_item_slices_gen.go#L134: func (s StoryItemClassArray) FillStoryItemDeletedMap(to map[int]*StoryItemDeleted) {
		tl_story_item_slices_gen.go#L145: func (s StoryItemClassArray) StoryItemDeletedToMap() map[int]*StoryItemDeleted {
		tl_story_item_slices_gen.go#L152: func (s StoryItemClassArray) AsStoryItemDeleted() (to StoryItemDeletedArray) {
		tl_story_item_slices_gen.go#L165: func (s StoryItemClassArray) FillStoryItemSkippedMap(to map[int]*StoryItemSkipped) {
		tl_story_item_slices_gen.go#L176: func (s StoryItemClassArray) StoryItemSkippedToMap() map[int]*StoryItemSkipped {
		tl_story_item_slices_gen.go#L183: func (s StoryItemClassArray) AsStoryItemSkipped() (to StoryItemSkippedArray) {
		tl_story_item_slices_gen.go#L196: func (s StoryItemClassArray) FillStoryItemMap(to map[int]*StoryItem) {
		tl_story_item_slices_gen.go#L207: func (s StoryItemClassArray) StoryItemToMap() map[int]*StoryItem {
		tl_story_item_slices_gen.go#L214: func (s StoryItemClassArray) AsStoryItem() (to StoryItemArray) {