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

12 uses

	github.com/gotd/td/tg (current package)
		tl_input_file_location_slices_gen.go#L237: func (s InputFileLocationClassArray) AsInputPeerPhotoFileLocationLegacy() (to InputPeerPhotoFileLocationLegacyArray) {
		tl_input_file_location_slices_gen.go#L1141: type InputPeerPhotoFileLocationLegacyArray []InputPeerPhotoFileLocationLegacy
		tl_input_file_location_slices_gen.go#L1144: func (s InputPeerPhotoFileLocationLegacyArray) Sort(less func(a, b InputPeerPhotoFileLocationLegacy) bool) InputPeerPhotoFileLocationLegacyArray {
		tl_input_file_location_slices_gen.go#L1152: func (s InputPeerPhotoFileLocationLegacyArray) SortStable(less func(a, b InputPeerPhotoFileLocationLegacy) bool) InputPeerPhotoFileLocationLegacyArray {
		tl_input_file_location_slices_gen.go#L1160: func (s InputPeerPhotoFileLocationLegacyArray) Retain(keep func(x InputPeerPhotoFileLocationLegacy) bool) InputPeerPhotoFileLocationLegacyArray {
		tl_input_file_location_slices_gen.go#L1174: func (s InputPeerPhotoFileLocationLegacyArray) First() (v InputPeerPhotoFileLocationLegacy, ok bool) {
		tl_input_file_location_slices_gen.go#L1182: func (s InputPeerPhotoFileLocationLegacyArray) Last() (v InputPeerPhotoFileLocationLegacy, ok bool) {
		tl_input_file_location_slices_gen.go#L1190: func (s *InputPeerPhotoFileLocationLegacyArray) PopFirst() (v InputPeerPhotoFileLocationLegacy, ok bool) {
		tl_input_file_location_slices_gen.go#L1209: func (s *InputPeerPhotoFileLocationLegacyArray) Pop() (v InputPeerPhotoFileLocationLegacy, ok bool) {