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

16 uses

	github.com/gotd/td/tg (current package)
		tl_update_slices_gen.go#L1498: func (s UpdateClassArray) AsUpdateBotMessageReactions() (to UpdateBotMessageReactionsArray) {
		tl_update_slices_gen.go#L10455: type UpdateBotMessageReactionsArray []UpdateBotMessageReactions
		tl_update_slices_gen.go#L10458: func (s UpdateBotMessageReactionsArray) Sort(less func(a, b UpdateBotMessageReactions) bool) UpdateBotMessageReactionsArray {
		tl_update_slices_gen.go#L10466: func (s UpdateBotMessageReactionsArray) SortStable(less func(a, b UpdateBotMessageReactions) bool) UpdateBotMessageReactionsArray {
		tl_update_slices_gen.go#L10474: func (s UpdateBotMessageReactionsArray) Retain(keep func(x UpdateBotMessageReactions) bool) UpdateBotMessageReactionsArray {
		tl_update_slices_gen.go#L10488: func (s UpdateBotMessageReactionsArray) First() (v UpdateBotMessageReactions, ok bool) {
		tl_update_slices_gen.go#L10496: func (s UpdateBotMessageReactionsArray) Last() (v UpdateBotMessageReactions, ok bool) {
		tl_update_slices_gen.go#L10504: func (s *UpdateBotMessageReactionsArray) PopFirst() (v UpdateBotMessageReactions, ok bool) {
		tl_update_slices_gen.go#L10523: func (s *UpdateBotMessageReactionsArray) Pop() (v UpdateBotMessageReactions, ok bool) {
		tl_update_slices_gen.go#L10537: func (s UpdateBotMessageReactionsArray) SortByDate() UpdateBotMessageReactionsArray {
		tl_update_slices_gen.go#L10544: func (s UpdateBotMessageReactionsArray) SortStableByDate() UpdateBotMessageReactionsArray {