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

12 uses

	github.com/gotd/td/tg (current package)
		tl_chat_reactions_slices_gen.go#L133: func (s ChatReactionsClassArray) AsChatReactionsSome() (to ChatReactionsSomeArray) {
		tl_chat_reactions_slices_gen.go#L228: type ChatReactionsSomeArray []ChatReactionsSome
		tl_chat_reactions_slices_gen.go#L231: func (s ChatReactionsSomeArray) Sort(less func(a, b ChatReactionsSome) bool) ChatReactionsSomeArray {
		tl_chat_reactions_slices_gen.go#L239: func (s ChatReactionsSomeArray) SortStable(less func(a, b ChatReactionsSome) bool) ChatReactionsSomeArray {
		tl_chat_reactions_slices_gen.go#L247: func (s ChatReactionsSomeArray) Retain(keep func(x ChatReactionsSome) bool) ChatReactionsSomeArray {
		tl_chat_reactions_slices_gen.go#L261: func (s ChatReactionsSomeArray) First() (v ChatReactionsSome, ok bool) {
		tl_chat_reactions_slices_gen.go#L269: func (s ChatReactionsSomeArray) Last() (v ChatReactionsSome, ok bool) {
		tl_chat_reactions_slices_gen.go#L277: func (s *ChatReactionsSomeArray) PopFirst() (v ChatReactionsSome, ok bool) {
		tl_chat_reactions_slices_gen.go#L296: func (s *ChatReactionsSomeArray) Pop() (v ChatReactionsSome, ok bool) {