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

16 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1446: func (s UpdateClassArray) AsUpdateBotMessageReaction() (to UpdateBotMessageReactionArray) {
		tl_update_slices_gen.go#L10620: type UpdateBotMessageReactionArray []UpdateBotMessageReaction
		tl_update_slices_gen.go#L10623: func (s UpdateBotMessageReactionArray) Sort(less func(a, b UpdateBotMessageReaction) bool) UpdateBotMessageReactionArray {
		tl_update_slices_gen.go#L10631: func (s UpdateBotMessageReactionArray) SortStable(less func(a, b UpdateBotMessageReaction) bool) UpdateBotMessageReactionArray {
		tl_update_slices_gen.go#L10639: func (s UpdateBotMessageReactionArray) Retain(keep func(x UpdateBotMessageReaction) bool) UpdateBotMessageReactionArray {
		tl_update_slices_gen.go#L10653: func (s UpdateBotMessageReactionArray) First() (v UpdateBotMessageReaction, ok bool) {
		tl_update_slices_gen.go#L10661: func (s UpdateBotMessageReactionArray) Last() (v UpdateBotMessageReaction, ok bool) {
		tl_update_slices_gen.go#L10669: func (s *UpdateBotMessageReactionArray) PopFirst() (v UpdateBotMessageReaction, ok bool) {
		tl_update_slices_gen.go#L10688: func (s *UpdateBotMessageReactionArray) Pop() (v UpdateBotMessageReaction, ok bool) {
		tl_update_slices_gen.go#L10702: func (s UpdateBotMessageReactionArray) SortByDate() UpdateBotMessageReactionArray {
		tl_update_slices_gen.go#L10709: func (s UpdateBotMessageReactionArray) SortStableByDate() UpdateBotMessageReactionArray {