//go:build !no_gotd_slices
// +build !no_gotd_slices

// Code generated by gotdgen, DO NOT EDIT.

package tg

import (
	
	
	
	
	

	

	
	
	
	
)

// No-op definition for keeping imports.
var (
	_ = bin.Buffer{}
	_ = context.Background()
	_ = fmt.Stringer(nil)
	_ = strings.Builder{}
	_ = errors.Is
	_ = multierr.AppendInto
	_ = sort.Ints
	_ = tdp.Format
	_ = tgerr.Error{}
	_ = tdjson.Encoder{}
)

// DocumentAttributeClassArray is adapter for slice of DocumentAttributeClass.
type DocumentAttributeClassArray []DocumentAttributeClass

// Sort sorts slice of DocumentAttributeClass.
func ( DocumentAttributeClassArray) ( func(,  DocumentAttributeClass) bool) DocumentAttributeClassArray {
	sort.Slice(, func(,  int) bool {
		return ([], [])
	})
	return 
}

// SortStable sorts slice of DocumentAttributeClass.
func ( DocumentAttributeClassArray) ( func(,  DocumentAttributeClass) bool) DocumentAttributeClassArray {
	sort.SliceStable(, func(,  int) bool {
		return ([], [])
	})
	return 
}

// Retain filters in-place slice of DocumentAttributeClass.
func ( DocumentAttributeClassArray) ( func( DocumentAttributeClass) bool) DocumentAttributeClassArray {
	 := 0
	for ,  := range  {
		if () {
			[] = 
			++
		}
	}
	 = [:]

	return 
}

// First returns first element of slice (if exists).
func ( DocumentAttributeClassArray) () ( DocumentAttributeClass,  bool) {
	if len() < 1 {
		return
	}
	return [0], true
}

// Last returns last element of slice (if exists).
func ( DocumentAttributeClassArray) () ( DocumentAttributeClass,  bool) {
	if len() < 1 {
		return
	}
	return [len()-1], true
}

// PopFirst returns first element of slice (if exists) and deletes it.
func ( *DocumentAttributeClassArray) () ( DocumentAttributeClass,  bool) {
	if  == nil || len(*) < 1 {
		return
	}

	 := *
	 = [0]

	// Delete by index from SliceTricks.
	copy([0:], [1:])
	var  DocumentAttributeClass
	[len()-1] = 
	 = [:len()-1]
	* = 

	return , true
}

// Pop returns last element of slice (if exists) and deletes it.
func ( *DocumentAttributeClassArray) () ( DocumentAttributeClass,  bool) {
	if  == nil || len(*) < 1 {
		return
	}

	 := *
	 = [len()-1]
	 = [:len()-1]
	* = 

	return , true
}

// AsDocumentAttributeImageSize returns copy with only DocumentAttributeImageSize constructors.
func ( DocumentAttributeClassArray) () ( DocumentAttributeImageSizeArray) {
	for ,  := range  {
		,  := .(*DocumentAttributeImageSize)
		if ! {
			continue
		}
		 = append(, *)
	}

	return 
}

// AsDocumentAttributeSticker returns copy with only DocumentAttributeSticker constructors.
func ( DocumentAttributeClassArray) () ( DocumentAttributeStickerArray) {
	for ,  := range  {
		,  := .(*DocumentAttributeSticker)
		if ! {
			continue
		}
		 = append(, *)
	}

	return 
}

// AsDocumentAttributeVideo returns copy with only DocumentAttributeVideo constructors.
func ( DocumentAttributeClassArray) () ( DocumentAttributeVideoArray) {
	for ,  := range  {
		,  := .(*DocumentAttributeVideo)
		if ! {
			continue
		}
		 = append(, *)
	}

	return 
}

// AsDocumentAttributeAudio returns copy with only DocumentAttributeAudio constructors.
func ( DocumentAttributeClassArray) () ( DocumentAttributeAudioArray) {
	for ,  := range  {
		,  := .(*DocumentAttributeAudio)
		if ! {
			continue
		}
		 = append(, *)
	}

	return 
}

// AsDocumentAttributeFilename returns copy with only DocumentAttributeFilename constructors.
func ( DocumentAttributeClassArray) () ( DocumentAttributeFilenameArray) {
	for ,  := range  {
		,  := .(*DocumentAttributeFilename)
		if ! {
			continue
		}
		 = append(, *)
	}

	return 
}

// AsDocumentAttributeCustomEmoji returns copy with only DocumentAttributeCustomEmoji constructors.
func ( DocumentAttributeClassArray) () ( DocumentAttributeCustomEmojiArray) {
	for ,  := range  {
		,  := .(*DocumentAttributeCustomEmoji)
		if ! {
			continue
		}
		 = append(, *)
	}

	return 
}

// DocumentAttributeImageSizeArray is adapter for slice of DocumentAttributeImageSize.
type DocumentAttributeImageSizeArray []DocumentAttributeImageSize

// Sort sorts slice of DocumentAttributeImageSize.
func ( DocumentAttributeImageSizeArray) ( func(,  DocumentAttributeImageSize) bool) DocumentAttributeImageSizeArray {
	sort.Slice(, func(,  int) bool {
		return ([], [])
	})
	return 
}

// SortStable sorts slice of DocumentAttributeImageSize.
func ( DocumentAttributeImageSizeArray) ( func(,  DocumentAttributeImageSize) bool) DocumentAttributeImageSizeArray {
	sort.SliceStable(, func(,  int) bool {
		return ([], [])
	})
	return 
}

// Retain filters in-place slice of DocumentAttributeImageSize.
func ( DocumentAttributeImageSizeArray) ( func( DocumentAttributeImageSize) bool) DocumentAttributeImageSizeArray {
	 := 0
	for ,  := range  {
		if () {
			[] = 
			++
		}
	}
	 = [:]

	return 
}

// First returns first element of slice (if exists).
func ( DocumentAttributeImageSizeArray) () ( DocumentAttributeImageSize,  bool) {
	if len() < 1 {
		return
	}
	return [0], true
}

// Last returns last element of slice (if exists).
func ( DocumentAttributeImageSizeArray) () ( DocumentAttributeImageSize,  bool) {
	if len() < 1 {
		return
	}
	return [len()-1], true
}

// PopFirst returns first element of slice (if exists) and deletes it.
func ( *DocumentAttributeImageSizeArray) () ( DocumentAttributeImageSize,  bool) {
	if  == nil || len(*) < 1 {
		return
	}

	 := *
	 = [0]

	// Delete by index from SliceTricks.
	copy([0:], [1:])
	var  DocumentAttributeImageSize
	[len()-1] = 
	 = [:len()-1]
	* = 

	return , true
}

// Pop returns last element of slice (if exists) and deletes it.
func ( *DocumentAttributeImageSizeArray) () ( DocumentAttributeImageSize,  bool) {
	if  == nil || len(*) < 1 {
		return
	}

	 := *
	 = [len()-1]
	 = [:len()-1]
	* = 

	return , true
}

// DocumentAttributeStickerArray is adapter for slice of DocumentAttributeSticker.
type DocumentAttributeStickerArray []DocumentAttributeSticker

// Sort sorts slice of DocumentAttributeSticker.
func ( DocumentAttributeStickerArray) ( func(,  DocumentAttributeSticker) bool) DocumentAttributeStickerArray {
	sort.Slice(, func(,  int) bool {
		return ([], [])
	})
	return 
}

// SortStable sorts slice of DocumentAttributeSticker.
func ( DocumentAttributeStickerArray) ( func(,  DocumentAttributeSticker) bool) DocumentAttributeStickerArray {
	sort.SliceStable(, func(,  int) bool {
		return ([], [])
	})
	return 
}

// Retain filters in-place slice of DocumentAttributeSticker.
func ( DocumentAttributeStickerArray) ( func( DocumentAttributeSticker) bool) DocumentAttributeStickerArray {
	 := 0
	for ,  := range  {
		if () {
			[] = 
			++
		}
	}
	 = [:]

	return 
}

// First returns first element of slice (if exists).
func ( DocumentAttributeStickerArray) () ( DocumentAttributeSticker,  bool) {
	if len() < 1 {
		return
	}
	return [0], true
}

// Last returns last element of slice (if exists).
func ( DocumentAttributeStickerArray) () ( DocumentAttributeSticker,  bool) {
	if len() < 1 {
		return
	}
	return [len()-1], true
}

// PopFirst returns first element of slice (if exists) and deletes it.
func ( *DocumentAttributeStickerArray) () ( DocumentAttributeSticker,  bool) {
	if  == nil || len(*) < 1 {
		return
	}

	 := *
	 = [0]

	// Delete by index from SliceTricks.
	copy([0:], [1:])
	var  DocumentAttributeSticker
	[len()-1] = 
	 = [:len()-1]
	* = 

	return , true
}

// Pop returns last element of slice (if exists) and deletes it.
func ( *DocumentAttributeStickerArray) () ( DocumentAttributeSticker,  bool) {
	if  == nil || len(*) < 1 {
		return
	}

	 := *
	 = [len()-1]
	 = [:len()-1]
	* = 

	return , true
}

// DocumentAttributeVideoArray is adapter for slice of DocumentAttributeVideo.
type DocumentAttributeVideoArray []DocumentAttributeVideo

// Sort sorts slice of DocumentAttributeVideo.
func ( DocumentAttributeVideoArray) ( func(,  DocumentAttributeVideo) bool) DocumentAttributeVideoArray {
	sort.Slice(, func(,  int) bool {
		return ([], [])
	})
	return 
}

// SortStable sorts slice of DocumentAttributeVideo.
func ( DocumentAttributeVideoArray) ( func(,  DocumentAttributeVideo) bool) DocumentAttributeVideoArray {
	sort.SliceStable(, func(,  int) bool {
		return ([], [])
	})
	return 
}

// Retain filters in-place slice of DocumentAttributeVideo.
func ( DocumentAttributeVideoArray) ( func( DocumentAttributeVideo) bool) DocumentAttributeVideoArray {
	 := 0
	for ,  := range  {
		if () {
			[] = 
			++
		}
	}
	 = [:]

	return 
}

// First returns first element of slice (if exists).
func ( DocumentAttributeVideoArray) () ( DocumentAttributeVideo,  bool) {
	if len() < 1 {
		return
	}
	return [0], true
}

// Last returns last element of slice (if exists).
func ( DocumentAttributeVideoArray) () ( DocumentAttributeVideo,  bool) {
	if len() < 1 {
		return
	}
	return [len()-1], true
}

// PopFirst returns first element of slice (if exists) and deletes it.
func ( *DocumentAttributeVideoArray) () ( DocumentAttributeVideo,  bool) {
	if  == nil || len(*) < 1 {
		return
	}

	 := *
	 = [0]

	// Delete by index from SliceTricks.
	copy([0:], [1:])
	var  DocumentAttributeVideo
	[len()-1] = 
	 = [:len()-1]
	* = 

	return , true
}

// Pop returns last element of slice (if exists) and deletes it.
func ( *DocumentAttributeVideoArray) () ( DocumentAttributeVideo,  bool) {
	if  == nil || len(*) < 1 {
		return
	}

	 := *
	 = [len()-1]
	 = [:len()-1]
	* = 

	return , true
}

// DocumentAttributeAudioArray is adapter for slice of DocumentAttributeAudio.
type DocumentAttributeAudioArray []DocumentAttributeAudio

// Sort sorts slice of DocumentAttributeAudio.
func ( DocumentAttributeAudioArray) ( func(,  DocumentAttributeAudio) bool) DocumentAttributeAudioArray {
	sort.Slice(, func(,  int) bool {
		return ([], [])
	})
	return 
}

// SortStable sorts slice of DocumentAttributeAudio.
func ( DocumentAttributeAudioArray) ( func(,  DocumentAttributeAudio) bool) DocumentAttributeAudioArray {
	sort.SliceStable(, func(,  int) bool {
		return ([], [])
	})
	return 
}

// Retain filters in-place slice of DocumentAttributeAudio.
func ( DocumentAttributeAudioArray) ( func( DocumentAttributeAudio) bool) DocumentAttributeAudioArray {
	 := 0
	for ,  := range  {
		if () {
			[] = 
			++
		}
	}
	 = [:]

	return 
}

// First returns first element of slice (if exists).
func ( DocumentAttributeAudioArray) () ( DocumentAttributeAudio,  bool) {
	if len() < 1 {
		return
	}
	return [0], true
}

// Last returns last element of slice (if exists).
func ( DocumentAttributeAudioArray) () ( DocumentAttributeAudio,  bool) {
	if len() < 1 {
		return
	}
	return [len()-1], true
}

// PopFirst returns first element of slice (if exists) and deletes it.
func ( *DocumentAttributeAudioArray) () ( DocumentAttributeAudio,  bool) {
	if  == nil || len(*) < 1 {
		return
	}

	 := *
	 = [0]

	// Delete by index from SliceTricks.
	copy([0:], [1:])
	var  DocumentAttributeAudio
	[len()-1] = 
	 = [:len()-1]
	* = 

	return , true
}

// Pop returns last element of slice (if exists) and deletes it.
func ( *DocumentAttributeAudioArray) () ( DocumentAttributeAudio,  bool) {
	if  == nil || len(*) < 1 {
		return
	}

	 := *
	 = [len()-1]
	 = [:len()-1]
	* = 

	return , true
}

// DocumentAttributeFilenameArray is adapter for slice of DocumentAttributeFilename.
type DocumentAttributeFilenameArray []DocumentAttributeFilename

// Sort sorts slice of DocumentAttributeFilename.
func ( DocumentAttributeFilenameArray) ( func(,  DocumentAttributeFilename) bool) DocumentAttributeFilenameArray {
	sort.Slice(, func(,  int) bool {
		return ([], [])
	})
	return 
}

// SortStable sorts slice of DocumentAttributeFilename.
func ( DocumentAttributeFilenameArray) ( func(,  DocumentAttributeFilename) bool) DocumentAttributeFilenameArray {
	sort.SliceStable(, func(,  int) bool {
		return ([], [])
	})
	return 
}

// Retain filters in-place slice of DocumentAttributeFilename.
func ( DocumentAttributeFilenameArray) ( func( DocumentAttributeFilename) bool) DocumentAttributeFilenameArray {
	 := 0
	for ,  := range  {
		if () {
			[] = 
			++
		}
	}
	 = [:]

	return 
}

// First returns first element of slice (if exists).
func ( DocumentAttributeFilenameArray) () ( DocumentAttributeFilename,  bool) {
	if len() < 1 {
		return
	}
	return [0], true
}

// Last returns last element of slice (if exists).
func ( DocumentAttributeFilenameArray) () ( DocumentAttributeFilename,  bool) {
	if len() < 1 {
		return
	}
	return [len()-1], true
}

// PopFirst returns first element of slice (if exists) and deletes it.
func ( *DocumentAttributeFilenameArray) () ( DocumentAttributeFilename,  bool) {
	if  == nil || len(*) < 1 {
		return
	}

	 := *
	 = [0]

	// Delete by index from SliceTricks.
	copy([0:], [1:])
	var  DocumentAttributeFilename
	[len()-1] = 
	 = [:len()-1]
	* = 

	return , true
}

// Pop returns last element of slice (if exists) and deletes it.
func ( *DocumentAttributeFilenameArray) () ( DocumentAttributeFilename,  bool) {
	if  == nil || len(*) < 1 {
		return
	}

	 := *
	 = [len()-1]
	 = [:len()-1]
	* = 

	return , true
}

// DocumentAttributeCustomEmojiArray is adapter for slice of DocumentAttributeCustomEmoji.
type DocumentAttributeCustomEmojiArray []DocumentAttributeCustomEmoji

// Sort sorts slice of DocumentAttributeCustomEmoji.
func ( DocumentAttributeCustomEmojiArray) ( func(,  DocumentAttributeCustomEmoji) bool) DocumentAttributeCustomEmojiArray {
	sort.Slice(, func(,  int) bool {
		return ([], [])
	})
	return 
}

// SortStable sorts slice of DocumentAttributeCustomEmoji.
func ( DocumentAttributeCustomEmojiArray) ( func(,  DocumentAttributeCustomEmoji) bool) DocumentAttributeCustomEmojiArray {
	sort.SliceStable(, func(,  int) bool {
		return ([], [])
	})
	return 
}

// Retain filters in-place slice of DocumentAttributeCustomEmoji.
func ( DocumentAttributeCustomEmojiArray) ( func( DocumentAttributeCustomEmoji) bool) DocumentAttributeCustomEmojiArray {
	 := 0
	for ,  := range  {
		if () {
			[] = 
			++
		}
	}
	 = [:]

	return 
}

// First returns first element of slice (if exists).
func ( DocumentAttributeCustomEmojiArray) () ( DocumentAttributeCustomEmoji,  bool) {
	if len() < 1 {
		return
	}
	return [0], true
}

// Last returns last element of slice (if exists).
func ( DocumentAttributeCustomEmojiArray) () ( DocumentAttributeCustomEmoji,  bool) {
	if len() < 1 {
		return
	}
	return [len()-1], true
}

// PopFirst returns first element of slice (if exists) and deletes it.
func ( *DocumentAttributeCustomEmojiArray) () ( DocumentAttributeCustomEmoji,  bool) {
	if  == nil || len(*) < 1 {
		return
	}

	 := *
	 = [0]

	// Delete by index from SliceTricks.
	copy([0:], [1:])
	var  DocumentAttributeCustomEmoji
	[len()-1] = 
	 = [:len()-1]
	* = 

	return , true
}

// Pop returns last element of slice (if exists) and deletes it.
func ( *DocumentAttributeCustomEmojiArray) () ( DocumentAttributeCustomEmoji,  bool) {
	if  == nil || len(*) < 1 {
		return
	}

	 := *
	 = [len()-1]
	 = [:len()-1]
	* = 

	return , true
}