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

18 uses

	github.com/gotd/td/tg (current package)
		tl_emoji_list_slices_gen.go#L38: type EmojiListClassArray []EmojiListClass
		tl_emoji_list_slices_gen.go#L41: func (s EmojiListClassArray) Sort(less func(a, b EmojiListClass) bool) EmojiListClassArray {
		tl_emoji_list_slices_gen.go#L49: func (s EmojiListClassArray) SortStable(less func(a, b EmojiListClass) bool) EmojiListClassArray {
		tl_emoji_list_slices_gen.go#L57: func (s EmojiListClassArray) Retain(keep func(x EmojiListClass) bool) EmojiListClassArray {
		tl_emoji_list_slices_gen.go#L71: func (s EmojiListClassArray) First() (v EmojiListClass, ok bool) {
		tl_emoji_list_slices_gen.go#L79: func (s EmojiListClassArray) Last() (v EmojiListClass, ok bool) {
		tl_emoji_list_slices_gen.go#L87: func (s *EmojiListClassArray) PopFirst() (v EmojiListClass, ok bool) {
		tl_emoji_list_slices_gen.go#L106: func (s *EmojiListClassArray) Pop() (v EmojiListClass, ok bool) {
		tl_emoji_list_slices_gen.go#L120: func (s EmojiListClassArray) AsEmojiList() (to EmojiListArray) {
		tl_emoji_list_slices_gen.go#L134: func (s EmojiListClassArray) AppendOnlyModified(to []*EmojiList) []*EmojiList {
		tl_emoji_list_slices_gen.go#L147: func (s EmojiListClassArray) AsModified() (to []*EmojiList) {
		tl_emoji_list_slices_gen.go#L152: func (s EmojiListClassArray) FirstAsModified() (v *EmojiList, ok bool) {
		tl_emoji_list_slices_gen.go#L161: func (s EmojiListClassArray) LastAsModified() (v *EmojiList, ok bool) {
		tl_emoji_list_slices_gen.go#L170: func (s *EmojiListClassArray) PopFirstAsModified() (v *EmojiList, ok bool) {
		tl_emoji_list_slices_gen.go#L179: func (s *EmojiListClassArray) PopAsModified() (v *EmojiList, ok bool) {