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

12 uses

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