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

12 uses

	github.com/gotd/td/tg (current package)
		tl_emoji_group_slices_gen.go#L146: func (s EmojiGroupClassArray) AsEmojiGroupPremium() (to EmojiGroupPremiumArray) {
		tl_emoji_group_slices_gen.go#L323: type EmojiGroupPremiumArray []EmojiGroupPremium
		tl_emoji_group_slices_gen.go#L326: func (s EmojiGroupPremiumArray) Sort(less func(a, b EmojiGroupPremium) bool) EmojiGroupPremiumArray {
		tl_emoji_group_slices_gen.go#L334: func (s EmojiGroupPremiumArray) SortStable(less func(a, b EmojiGroupPremium) bool) EmojiGroupPremiumArray {
		tl_emoji_group_slices_gen.go#L342: func (s EmojiGroupPremiumArray) Retain(keep func(x EmojiGroupPremium) bool) EmojiGroupPremiumArray {
		tl_emoji_group_slices_gen.go#L356: func (s EmojiGroupPremiumArray) First() (v EmojiGroupPremium, ok bool) {
		tl_emoji_group_slices_gen.go#L364: func (s EmojiGroupPremiumArray) Last() (v EmojiGroupPremium, ok bool) {
		tl_emoji_group_slices_gen.go#L372: func (s *EmojiGroupPremiumArray) PopFirst() (v EmojiGroupPremium, ok bool) {
		tl_emoji_group_slices_gen.go#L391: func (s *EmojiGroupPremiumArray) Pop() (v EmojiGroupPremium, ok bool) {