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

16 uses

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