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

12 uses

	github.com/gotd/td/tg (current package)
		tl_story_reaction_slices_gen.go#L146: func (s StoryReactionClassArray) AsStoryReactionPublicRepost() (to StoryReactionPublicRepostArray) {
		tl_story_reaction_slices_gen.go#L337: type StoryReactionPublicRepostArray []StoryReactionPublicRepost
		tl_story_reaction_slices_gen.go#L340: func (s StoryReactionPublicRepostArray) Sort(less func(a, b StoryReactionPublicRepost) bool) StoryReactionPublicRepostArray {
		tl_story_reaction_slices_gen.go#L348: func (s StoryReactionPublicRepostArray) SortStable(less func(a, b StoryReactionPublicRepost) bool) StoryReactionPublicRepostArray {
		tl_story_reaction_slices_gen.go#L356: func (s StoryReactionPublicRepostArray) Retain(keep func(x StoryReactionPublicRepost) bool) StoryReactionPublicRepostArray {
		tl_story_reaction_slices_gen.go#L370: func (s StoryReactionPublicRepostArray) First() (v StoryReactionPublicRepost, ok bool) {
		tl_story_reaction_slices_gen.go#L378: func (s StoryReactionPublicRepostArray) Last() (v StoryReactionPublicRepost, ok bool) {
		tl_story_reaction_slices_gen.go#L386: func (s *StoryReactionPublicRepostArray) PopFirst() (v StoryReactionPublicRepost, ok bool) {
		tl_story_reaction_slices_gen.go#L405: func (s *StoryReactionPublicRepostArray) Pop() (v StoryReactionPublicRepost, ok bool) {