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

18 uses

	github.com/gotd/td/tg (current package)
		tl_input_media_slices_gen.go#L302: func (s InputMediaClassArray) AsInputMediaStory() (to InputMediaStoryArray) {
		tl_input_media_slices_gen.go#L1515: type InputMediaStoryArray []InputMediaStory
		tl_input_media_slices_gen.go#L1518: func (s InputMediaStoryArray) Sort(less func(a, b InputMediaStory) bool) InputMediaStoryArray {
		tl_input_media_slices_gen.go#L1526: func (s InputMediaStoryArray) SortStable(less func(a, b InputMediaStory) bool) InputMediaStoryArray {
		tl_input_media_slices_gen.go#L1534: func (s InputMediaStoryArray) Retain(keep func(x InputMediaStory) bool) InputMediaStoryArray {
		tl_input_media_slices_gen.go#L1548: func (s InputMediaStoryArray) First() (v InputMediaStory, ok bool) {
		tl_input_media_slices_gen.go#L1556: func (s InputMediaStoryArray) Last() (v InputMediaStory, ok bool) {
		tl_input_media_slices_gen.go#L1564: func (s *InputMediaStoryArray) PopFirst() (v InputMediaStory, ok bool) {
		tl_input_media_slices_gen.go#L1583: func (s *InputMediaStoryArray) Pop() (v InputMediaStory, ok bool) {
		tl_input_media_slices_gen.go#L1597: func (s InputMediaStoryArray) SortByID() InputMediaStoryArray {
		tl_input_media_slices_gen.go#L1604: func (s InputMediaStoryArray) SortStableByID() InputMediaStoryArray {
		tl_input_media_slices_gen.go#L1611: func (s InputMediaStoryArray) FillMap(to map[int]InputMediaStory) {
		tl_input_media_slices_gen.go#L1618: func (s InputMediaStoryArray) ToMap() map[int]InputMediaStory {