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

16 uses

	github.com/gotd/td/tg (current package)
		tl_stories_story_reactions_list_gen.go#L365: func (s *StoriesStoryReactionsList) MapReactions() (value StoryReactionClassArray) {
		tl_stories_story_reactions_list_gen.go#L366: 	return StoryReactionClassArray(s.Reactions)
		tl_story_reaction_slices_gen.go#L38: type StoryReactionClassArray []StoryReactionClass
		tl_story_reaction_slices_gen.go#L41: func (s StoryReactionClassArray) Sort(less func(a, b StoryReactionClass) bool) StoryReactionClassArray {
		tl_story_reaction_slices_gen.go#L49: func (s StoryReactionClassArray) SortStable(less func(a, b StoryReactionClass) bool) StoryReactionClassArray {
		tl_story_reaction_slices_gen.go#L57: func (s StoryReactionClassArray) Retain(keep func(x StoryReactionClass) bool) StoryReactionClassArray {
		tl_story_reaction_slices_gen.go#L71: func (s StoryReactionClassArray) First() (v StoryReactionClass, ok bool) {
		tl_story_reaction_slices_gen.go#L79: func (s StoryReactionClassArray) Last() (v StoryReactionClass, ok bool) {
		tl_story_reaction_slices_gen.go#L87: func (s *StoryReactionClassArray) PopFirst() (v StoryReactionClass, ok bool) {
		tl_story_reaction_slices_gen.go#L106: func (s *StoryReactionClassArray) Pop() (v StoryReactionClass, ok bool) {
		tl_story_reaction_slices_gen.go#L120: func (s StoryReactionClassArray) AsStoryReaction() (to StoryReactionArray) {
		tl_story_reaction_slices_gen.go#L133: func (s StoryReactionClassArray) AsStoryReactionPublicForward() (to StoryReactionPublicForwardArray) {
		tl_story_reaction_slices_gen.go#L146: func (s StoryReactionClassArray) AsStoryReactionPublicRepost() (to StoryReactionPublicRepostArray) {