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

16 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1485: func (s UpdateClassArray) AsUpdateBotMessageReaction() (to UpdateBotMessageReactionArray) {
		tl_update_slices_gen.go#L10359: type UpdateBotMessageReactionArray []UpdateBotMessageReaction
		tl_update_slices_gen.go#L10362: func (s UpdateBotMessageReactionArray) Sort(less func(a, b UpdateBotMessageReaction) bool) UpdateBotMessageReactionArray {
		tl_update_slices_gen.go#L10370: func (s UpdateBotMessageReactionArray) SortStable(less func(a, b UpdateBotMessageReaction) bool) UpdateBotMessageReactionArray {
		tl_update_slices_gen.go#L10378: func (s UpdateBotMessageReactionArray) Retain(keep func(x UpdateBotMessageReaction) bool) UpdateBotMessageReactionArray {
		tl_update_slices_gen.go#L10392: func (s UpdateBotMessageReactionArray) First() (v UpdateBotMessageReaction, ok bool) {
		tl_update_slices_gen.go#L10400: func (s UpdateBotMessageReactionArray) Last() (v UpdateBotMessageReaction, ok bool) {
		tl_update_slices_gen.go#L10408: func (s *UpdateBotMessageReactionArray) PopFirst() (v UpdateBotMessageReaction, ok bool) {
		tl_update_slices_gen.go#L10427: func (s *UpdateBotMessageReactionArray) Pop() (v UpdateBotMessageReaction, ok bool) {
		tl_update_slices_gen.go#L10441: func (s UpdateBotMessageReactionArray) SortByDate() UpdateBotMessageReactionArray {
		tl_update_slices_gen.go#L10448: func (s UpdateBotMessageReactionArray) SortStableByDate() UpdateBotMessageReactionArray {