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

12 uses

	github.com/gotd/td/tg (current package)
		tl_chat_reactions_slices_gen.go#L120: func (s ChatReactionsClassArray) AsChatReactionsAll() (to ChatReactionsAllArray) {
		tl_chat_reactions_slices_gen.go#L146: type ChatReactionsAllArray []ChatReactionsAll
		tl_chat_reactions_slices_gen.go#L149: func (s ChatReactionsAllArray) Sort(less func(a, b ChatReactionsAll) bool) ChatReactionsAllArray {
		tl_chat_reactions_slices_gen.go#L157: func (s ChatReactionsAllArray) SortStable(less func(a, b ChatReactionsAll) bool) ChatReactionsAllArray {
		tl_chat_reactions_slices_gen.go#L165: func (s ChatReactionsAllArray) Retain(keep func(x ChatReactionsAll) bool) ChatReactionsAllArray {
		tl_chat_reactions_slices_gen.go#L179: func (s ChatReactionsAllArray) First() (v ChatReactionsAll, ok bool) {
		tl_chat_reactions_slices_gen.go#L187: func (s ChatReactionsAllArray) Last() (v ChatReactionsAll, ok bool) {
		tl_chat_reactions_slices_gen.go#L195: func (s *ChatReactionsAllArray) PopFirst() (v ChatReactionsAll, ok bool) {
		tl_chat_reactions_slices_gen.go#L214: func (s *ChatReactionsAllArray) Pop() (v ChatReactionsAll, ok bool) {