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

16 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1459: func (s UpdateClassArray) AsUpdateBotMessageReactions() (to UpdateBotMessageReactionsArray) {
		tl_update_slices_gen.go#L10716: type UpdateBotMessageReactionsArray []UpdateBotMessageReactions
		tl_update_slices_gen.go#L10719: func (s UpdateBotMessageReactionsArray) Sort(less func(a, b UpdateBotMessageReactions) bool) UpdateBotMessageReactionsArray {
		tl_update_slices_gen.go#L10727: func (s UpdateBotMessageReactionsArray) SortStable(less func(a, b UpdateBotMessageReactions) bool) UpdateBotMessageReactionsArray {
		tl_update_slices_gen.go#L10735: func (s UpdateBotMessageReactionsArray) Retain(keep func(x UpdateBotMessageReactions) bool) UpdateBotMessageReactionsArray {
		tl_update_slices_gen.go#L10749: func (s UpdateBotMessageReactionsArray) First() (v UpdateBotMessageReactions, ok bool) {
		tl_update_slices_gen.go#L10757: func (s UpdateBotMessageReactionsArray) Last() (v UpdateBotMessageReactions, ok bool) {
		tl_update_slices_gen.go#L10765: func (s *UpdateBotMessageReactionsArray) PopFirst() (v UpdateBotMessageReactions, ok bool) {
		tl_update_slices_gen.go#L10784: func (s *UpdateBotMessageReactionsArray) Pop() (v UpdateBotMessageReactions, ok bool) {
		tl_update_slices_gen.go#L10798: func (s UpdateBotMessageReactionsArray) SortByDate() UpdateBotMessageReactionsArray {
		tl_update_slices_gen.go#L10805: func (s UpdateBotMessageReactionsArray) SortStableByDate() UpdateBotMessageReactionsArray {