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

12 uses

	github.com/gotd/td/tg (current package)
		tl_emoji_group_slices_gen.go#L120: func (s EmojiGroupClassArray) AsEmojiGroup() (to EmojiGroupArray) {
		tl_emoji_group_slices_gen.go#L159: type EmojiGroupArray []EmojiGroup
		tl_emoji_group_slices_gen.go#L162: func (s EmojiGroupArray) Sort(less func(a, b EmojiGroup) bool) EmojiGroupArray {
		tl_emoji_group_slices_gen.go#L170: func (s EmojiGroupArray) SortStable(less func(a, b EmojiGroup) bool) EmojiGroupArray {
		tl_emoji_group_slices_gen.go#L178: func (s EmojiGroupArray) Retain(keep func(x EmojiGroup) bool) EmojiGroupArray {
		tl_emoji_group_slices_gen.go#L192: func (s EmojiGroupArray) First() (v EmojiGroup, ok bool) {
		tl_emoji_group_slices_gen.go#L200: func (s EmojiGroupArray) Last() (v EmojiGroup, ok bool) {
		tl_emoji_group_slices_gen.go#L208: func (s *EmojiGroupArray) PopFirst() (v EmojiGroup, ok bool) {
		tl_emoji_group_slices_gen.go#L227: func (s *EmojiGroupArray) Pop() (v EmojiGroup, ok bool) {