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

12 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1433: func (s UpdateClassArray) AsUpdateSentStoryReaction() (to UpdateSentStoryReactionArray) {
		tl_update_slices_gen.go#L10031: type UpdateSentStoryReactionArray []UpdateSentStoryReaction
		tl_update_slices_gen.go#L10034: func (s UpdateSentStoryReactionArray) Sort(less func(a, b UpdateSentStoryReaction) bool) UpdateSentStoryReactionArray {
		tl_update_slices_gen.go#L10042: func (s UpdateSentStoryReactionArray) SortStable(less func(a, b UpdateSentStoryReaction) bool) UpdateSentStoryReactionArray {
		tl_update_slices_gen.go#L10050: func (s UpdateSentStoryReactionArray) Retain(keep func(x UpdateSentStoryReaction) bool) UpdateSentStoryReactionArray {
		tl_update_slices_gen.go#L10064: func (s UpdateSentStoryReactionArray) First() (v UpdateSentStoryReaction, ok bool) {
		tl_update_slices_gen.go#L10072: func (s UpdateSentStoryReactionArray) Last() (v UpdateSentStoryReaction, ok bool) {
		tl_update_slices_gen.go#L10080: func (s *UpdateSentStoryReactionArray) PopFirst() (v UpdateSentStoryReaction, ok bool) {
		tl_update_slices_gen.go#L10099: func (s *UpdateSentStoryReactionArray) Pop() (v UpdateSentStoryReaction, ok bool) {