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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_file_location_slices_gen.go#L198: func (s InputFileLocationClassArray) AsInputPeerPhotoFileLocation() (to InputPeerPhotoFileLocationArray) {
		tl_input_file_location_slices_gen.go#L895: type InputPeerPhotoFileLocationArray []InputPeerPhotoFileLocation
		tl_input_file_location_slices_gen.go#L898: func (s InputPeerPhotoFileLocationArray) Sort(less func(a, b InputPeerPhotoFileLocation) bool) InputPeerPhotoFileLocationArray {
		tl_input_file_location_slices_gen.go#L906: func (s InputPeerPhotoFileLocationArray) SortStable(less func(a, b InputPeerPhotoFileLocation) bool) InputPeerPhotoFileLocationArray {
		tl_input_file_location_slices_gen.go#L914: func (s InputPeerPhotoFileLocationArray) Retain(keep func(x InputPeerPhotoFileLocation) bool) InputPeerPhotoFileLocationArray {
		tl_input_file_location_slices_gen.go#L928: func (s InputPeerPhotoFileLocationArray) First() (v InputPeerPhotoFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L936: func (s InputPeerPhotoFileLocationArray) Last() (v InputPeerPhotoFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L944: func (s *InputPeerPhotoFileLocationArray) PopFirst() (v InputPeerPhotoFileLocation, ok bool) {
		tl_input_file_location_slices_gen.go#L963: func (s *InputPeerPhotoFileLocationArray) Pop() (v InputPeerPhotoFileLocation, ok bool) {