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

22 uses

	github.com/gotd/td/tg (current package)
		tl_story_item_slices_gen.go#L214: func (s StoryItemClassArray) AsStoryItem() (to StoryItemArray) {
		tl_story_item_slices_gen.go#L461: type StoryItemArray []StoryItem
		tl_story_item_slices_gen.go#L464: func (s StoryItemArray) Sort(less func(a, b StoryItem) bool) StoryItemArray {
		tl_story_item_slices_gen.go#L472: func (s StoryItemArray) SortStable(less func(a, b StoryItem) bool) StoryItemArray {
		tl_story_item_slices_gen.go#L480: func (s StoryItemArray) Retain(keep func(x StoryItem) bool) StoryItemArray {
		tl_story_item_slices_gen.go#L494: func (s StoryItemArray) First() (v StoryItem, ok bool) {
		tl_story_item_slices_gen.go#L502: func (s StoryItemArray) Last() (v StoryItem, ok bool) {
		tl_story_item_slices_gen.go#L510: func (s *StoryItemArray) PopFirst() (v StoryItem, ok bool) {
		tl_story_item_slices_gen.go#L529: func (s *StoryItemArray) Pop() (v StoryItem, ok bool) {
		tl_story_item_slices_gen.go#L543: func (s StoryItemArray) SortByID() StoryItemArray {
		tl_story_item_slices_gen.go#L550: func (s StoryItemArray) SortStableByID() StoryItemArray {
		tl_story_item_slices_gen.go#L557: func (s StoryItemArray) SortByDate() StoryItemArray {
		tl_story_item_slices_gen.go#L564: func (s StoryItemArray) SortStableByDate() StoryItemArray {
		tl_story_item_slices_gen.go#L571: func (s StoryItemArray) FillMap(to map[int]StoryItem) {
		tl_story_item_slices_gen.go#L578: func (s StoryItemArray) ToMap() map[int]StoryItem {