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

12 uses

	github.com/gotd/td/tg (current package)
		tl_story_reaction_slices_gen.go#L133: func (s StoryReactionClassArray) AsStoryReactionPublicForward() (to StoryReactionPublicForwardArray) {
		tl_story_reaction_slices_gen.go#L255: type StoryReactionPublicForwardArray []StoryReactionPublicForward
		tl_story_reaction_slices_gen.go#L258: func (s StoryReactionPublicForwardArray) Sort(less func(a, b StoryReactionPublicForward) bool) StoryReactionPublicForwardArray {
		tl_story_reaction_slices_gen.go#L266: func (s StoryReactionPublicForwardArray) SortStable(less func(a, b StoryReactionPublicForward) bool) StoryReactionPublicForwardArray {
		tl_story_reaction_slices_gen.go#L274: func (s StoryReactionPublicForwardArray) Retain(keep func(x StoryReactionPublicForward) bool) StoryReactionPublicForwardArray {
		tl_story_reaction_slices_gen.go#L288: func (s StoryReactionPublicForwardArray) First() (v StoryReactionPublicForward, ok bool) {
		tl_story_reaction_slices_gen.go#L296: func (s StoryReactionPublicForwardArray) Last() (v StoryReactionPublicForward, ok bool) {
		tl_story_reaction_slices_gen.go#L304: func (s *StoryReactionPublicForwardArray) PopFirst() (v StoryReactionPublicForward, ok bool) {
		tl_story_reaction_slices_gen.go#L323: func (s *StoryReactionPublicForwardArray) Pop() (v StoryReactionPublicForward, ok bool) {