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#L1476: type InputMediaStoryArray []InputMediaStory
		tl_input_media_slices_gen.go#L1479: func (s InputMediaStoryArray) Sort(less func(a, b InputMediaStory) bool) InputMediaStoryArray {
		tl_input_media_slices_gen.go#L1487: func (s InputMediaStoryArray) SortStable(less func(a, b InputMediaStory) bool) InputMediaStoryArray {
		tl_input_media_slices_gen.go#L1495: func (s InputMediaStoryArray) Retain(keep func(x InputMediaStory) bool) InputMediaStoryArray {
		tl_input_media_slices_gen.go#L1509: func (s InputMediaStoryArray) First() (v InputMediaStory, ok bool) {
		tl_input_media_slices_gen.go#L1517: func (s InputMediaStoryArray) Last() (v InputMediaStory, ok bool) {
		tl_input_media_slices_gen.go#L1525: func (s *InputMediaStoryArray) PopFirst() (v InputMediaStory, ok bool) {
		tl_input_media_slices_gen.go#L1544: func (s *InputMediaStoryArray) Pop() (v InputMediaStory, ok bool) {
		tl_input_media_slices_gen.go#L1558: func (s InputMediaStoryArray) SortByID() InputMediaStoryArray {
		tl_input_media_slices_gen.go#L1565: func (s InputMediaStoryArray) SortStableByID() InputMediaStoryArray {
		tl_input_media_slices_gen.go#L1572: func (s InputMediaStoryArray) FillMap(to map[int]InputMediaStory) {
		tl_input_media_slices_gen.go#L1579: func (s InputMediaStoryArray) ToMap() map[int]InputMediaStory {