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

12 uses

	github.com/gotd/td/tg (current package)
		tl_post_interaction_counters_slices_gen.go#L133: func (s PostInteractionCountersClassArray) AsPostInteractionCountersStory() (to PostInteractionCountersStoryArray) {
		tl_post_interaction_counters_slices_gen.go#L228: type PostInteractionCountersStoryArray []PostInteractionCountersStory
		tl_post_interaction_counters_slices_gen.go#L231: func (s PostInteractionCountersStoryArray) Sort(less func(a, b PostInteractionCountersStory) bool) PostInteractionCountersStoryArray {
		tl_post_interaction_counters_slices_gen.go#L239: func (s PostInteractionCountersStoryArray) SortStable(less func(a, b PostInteractionCountersStory) bool) PostInteractionCountersStoryArray {
		tl_post_interaction_counters_slices_gen.go#L247: func (s PostInteractionCountersStoryArray) Retain(keep func(x PostInteractionCountersStory) bool) PostInteractionCountersStoryArray {
		tl_post_interaction_counters_slices_gen.go#L261: func (s PostInteractionCountersStoryArray) First() (v PostInteractionCountersStory, ok bool) {
		tl_post_interaction_counters_slices_gen.go#L269: func (s PostInteractionCountersStoryArray) Last() (v PostInteractionCountersStory, ok bool) {
		tl_post_interaction_counters_slices_gen.go#L277: func (s *PostInteractionCountersStoryArray) PopFirst() (v PostInteractionCountersStory, ok bool) {
		tl_post_interaction_counters_slices_gen.go#L296: func (s *PostInteractionCountersStoryArray) Pop() (v PostInteractionCountersStory, ok bool) {